39 lines
675 B
YAML
39 lines
675 B
YAML
image:
|
|
repository: tccr.io/truecharts/uptime-kuma
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.18.5@sha256:91e6463b4bf4041a54f90f8ebe4095cd834e43f4f098c29b094b8dcc7ad12470
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
security:
|
|
PUID: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 3001
|
|
targetPort: 3001
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/app/data"
|
|
|
|
portal:
|
|
enabled: true
|
|
|
|
metrics:
|
|
# -- Enable and configure a Prometheus serviceMonitor for the chart under this key.
|
|
# @default -- See values.yaml
|
|
enabled: false
|
|
serviceMonitor:
|
|
interval: 1m
|
|
scrapeTimeout: 30s
|
|
labels: {}
|