improwised-charts/mailhog/values.yaml

71 lines
1.3 KiB
YAML

image:
repository: mailhog/mailhog
tag: ""
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
service:
annotations: {}
clusterIP: ""
externalIPs: []
loadBalancerIP: ""
loadBalancerSourceRanges: []
type: NodePort
port:
http: 8025
smtp: 1025
nodePort:
http: "30030"
smtp: "30031"
securityContext:
runAsUser: 1000
fsGroup: 1000
runAsNonRoot: true
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: mailhog.example.com
paths: ["/"]
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
auth:
enabled: false
existingSecret: ""
fileName: auth.txt
fileContents: ""
podAnnotations: {}
podLabels: {}
extraEnv: []
resources:
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
affinity: {}
nodeSelector: {}
tolerations: []