Interlegis Public Rancher Charts for Kubernetes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
1.9 KiB

# Default values for emailleg.
imap:
image:
repository: porto.interlegis.leg.br/seit/mailu-dovecot
pullPolicy: IfNotPresent
tag: "1.5.4"
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
smtp:
image:
repository: porto.interlegis.leg.br/seit/mailu-postfix
pullPolicy: IfNotPresent
tag: "1.5.1"
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
admin:
image:
repository: porto.interlegis.leg.br/seit/mailu-admin
pullPolicy: IfNotPresent
tag: "1.5.6"
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
config:
image:
repository: porto.interlegis.leg.br/seit/mailu-admin-ilconfig
pullPolicy: IfNotPresent
tag: "0.1.0"
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
redis:
image:
repository: redis
pullPolicy: IfNotPresent
tag: "4.0.11-alpine"
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
mail:
domain: teste.df.leg.br
messageSizeLimit: "50000000"
relayNets: 10.42.0.0/16
relayHost: postfix.mtaout.rancher.internal
secretKey: 2YCnTI7MjFN3uZgk
webmailUrl: https://correio.interlegis.leg.br
website: http://www.interlegis.leg.br
siteName: E-mail Legislativo
managerPW: secretPw
persistence:
#storageClass: ""
accessMode: ReadWriteOnce
size: 100Gi
imagePullSecrets:
- name: porto
podAnnotations: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
type: ClusterIP
nodeSelector: {}
tolerations: []
affinity: {}