# 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 externalTrafficPolicy: Cluster ports: - name: imaps number: 993 protocol: TCP - name: pops number: 995 protocol: TCP - name: smtp number: 587 protocol: TCP - name: noauthsmtp number: 25 protocol: TCP annotations: {} loadBalancerIP: "" noAuthSmtpServerIP: "" # Restart container to reload periodically. A number with a suffix: # 's' for seconds (default) , 'm' for minutes, 'h' for hours or 'd' for days. # Specifying 0 disables the timeout. restartEvery: 30d 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: {}