# Default values for mailproxy.

nginx:
  image:
    repository: nginx
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: ""
  replicaCount: 2
  service:
    type: ClusterIP
    ports: 
      - name: imaps
        number: 993
        protocol: TCP
      - name: pops
        number: 995
        protocol: TCP
      - name: smtp
        number: 587
        protocol: TCP
  certificate:
    issuer: letsencrypt-staging
    issuerKind: ClusterIssuer
    dnsNames:
      - mail.com 
  resources: {}
  # limits:
  #   cpu: 100m
  #   memory: 128Mi
  # requests:
  #   cpu: 100m
  #   memory: 128Mi

mailauth:
  image: 
    repository: porto.interlegis.leg.br/seit/rancher-nginx-mailproxy
    pullPolicy: IfNotPresent
    tag: "0.1.0"
  replicaCount: 2
  service:
    type: ClusterIP
    ports:
      - name: php-fpm
        number: 9000
        protocol: TCP
  relayHost: ""
  resources: {}
  # limits:
  #   cpu: 100m
  #   memory: 128Mi
  # requests:
  #   cpu: 100m
  #   memory: 128Mi

imagePullSecrets: []

podAnnotations: {}

podSecurityContext: {}
  # fsGroup: 2000

securityContext: {}
  # capabilities:
  #   drop:
  #   - ALL
  # readOnlyRootFilesystem: true
  # runAsNonRoot: true
  # runAsUser: 1000

nodeSelector: {}

tolerations: []

affinity: {}