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.
124 lines
2.2 KiB
124 lines
2.2 KiB
3 years ago
|
# Default values for emailleg.
|
||
|
|
||
|
imap:
|
||
|
image:
|
||
|
repository: porto.interlegis.leg.br/seit/mailu-dovecot
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: "1.5.2"
|
||
|
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: []
|
||
|
|
||
|
podAnnotations: {}
|
||
|
|
||
|
podSecurityContext: {}
|
||
|
# fsGroup: 2000
|
||
|
|
||
|
securityContext: {}
|
||
|
# capabilities:
|
||
|
# drop:
|
||
|
# - ALL
|
||
|
# readOnlyRootFilesystem: true
|
||
|
# runAsNonRoot: true
|
||
|
# runAsUser: 1000
|
||
|
|
||
|
service:
|
||
|
type: ClusterIP
|
||
|
port: 80
|
||
|
|
||
|
ingress:
|
||
|
enabled: false
|
||
|
className: ""
|
||
|
annotations: {}
|
||
|
# kubernetes.io/ingress.class: nginx
|
||
|
# kubernetes.io/tls-acme: "true"
|
||
|
hosts:
|
||
|
- host: chart-example.local
|
||
|
paths:
|
||
|
- path: /
|
||
|
pathType: ImplementationSpecific
|
||
|
tls: []
|
||
|
# - secretName: chart-example-tls
|
||
|
# hosts:
|
||
|
# - chart-example.local
|
||
|
|
||
|
nodeSelector: {}
|
||
|
|
||
|
tolerations: []
|
||
|
|
||
|
affinity: {}
|