70 lines
1.4 KiB
YAML
70 lines
1.4 KiB
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: jordan/icinga2
|
||
|
tag: 2.14.0@sha256:b837ec9eac774921715c1d7ab178e859550cca955d6e120df5886b79ad1f7b28
|
||
|
mariadb:
|
||
|
enabled: true
|
||
|
existingSecret: mariadbcreds
|
||
|
mariadbDatabase: icinga2
|
||
|
mariadbUsername: icinga2
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /etc/icinga2
|
||
|
data:
|
||
|
enabled: true
|
||
|
mountPath: /var/lib/icinga2
|
||
|
ssmtp:
|
||
|
enabled: true
|
||
|
mountPath: /etc/ssmtp
|
||
|
web:
|
||
|
enabled: true
|
||
|
mountPath: /etc/icingaweb2
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
api:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
api:
|
||
|
enabled: true
|
||
|
port: 10116
|
||
|
targetPort: 5665
|
||
|
https:
|
||
|
enabled: true
|
||
|
ports:
|
||
|
https:
|
||
|
enabled: true
|
||
|
port: 10115
|
||
|
targetPort: 443
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10114
|
||
|
targetPort: 80
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
DEFAULT_MYSQL_HOST:
|
||
|
secretKeyRef:
|
||
|
key: plainhost
|
||
|
name: mariadbcreds
|
||
|
DEFAULT_MYSQL_PASS:
|
||
|
secretKeyRef:
|
||
|
key: mariadb-password
|
||
|
name: mariadbcreds
|
||
|
DEFAULT_MYSQL_USER: icinga2
|
||
|
MYSQL_ROOT_PASSWORD:
|
||
|
secretKeyRef:
|
||
|
key: mariadb-root-password
|
||
|
name: mariadbcreds
|