41 lines
753 B
YAML
41 lines
753 B
YAML
image:
|
|
repository: tccr.io/truecharts/uptime-kuma
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.23.3@sha256:edb10a6c39c2cf016992ccd2d28ee89d8ffb20e817cbba2911180543ad5795f7
|
|
security:
|
|
PUID: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3001
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/data"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
metrics:
|
|
main:
|
|
enabled: true
|
|
type: "servicemonitor"
|
|
endpoints:
|
|
- port: metrics
|
|
path: /metrics
|
|
prometheusRule:
|
|
enabled: false
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
UPTIME_KUMA_PORT: "{{ .Values.service.main.ports.main.port }}"
|