2021-10-14 21:37:08 +00:00
|
|
|
# Default values for Uptime Kuma.
|
|
|
|
|
|
|
|
image:
|
|
|
|
repository: louislam/uptime-kuma
|
|
|
|
pullPolicy: IfNotPresent
|
2021-11-09 17:01:13 +00:00
|
|
|
tag: 1.10.2-debian@sha256:5e63ecc267f7a4bdc4a38cc6afb53e454a22c14d7f64b74aea4dfab83a648817
|
2021-10-14 21:37:08 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 3001
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 3001
|
2021-10-14 21:37:08 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/app/data"
|