24 lines
412 B
YAML
24 lines
412 B
YAML
image:
|
|
repository: tccr.io/truecharts/uptime-kuma
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.11.4@sha256:062bdad0fd729ea626556f941990cf396d294fa6e7a18cae032f3c9793ddd61d
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3001
|
|
targetPort: 3001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/data"
|