# -- environment variables. See more environment variables in the [icinga2 documentation](https://github.com/jjethwa/icinga2#environment-variables-reference).
# @default -- See below
env:
DEFAULT_MYSQL_USER:icinga2
securityContext:
readOnlyRootFilesystem:false
runAsNonRoot:false
podSecurityContext:
runAsUser:0
runAsGroup:0
# -- Configures service settings for the chart.
# @default -- See values.yaml
service:
main:
ports:
main:
port:10114
targetPort:80
https:
enabled:true
ports:
https:
enabled:true
port:10115
targetPort:443
api:
enabled:true
ports:
api:
enabled:true
port:10116
targetPort:5665
# -- Configure persistence settings for the chart under this key.