diff --git a/cluster/apps/default/uptime-kuma/helm-release.yaml b/cluster/apps/default/uptime-kuma/helm-release.yaml index d25768b..cfcb6c1 100644 --- a/cluster/apps/default/uptime-kuma/helm-release.yaml +++ b/cluster/apps/default/uptime-kuma/helm-release.yaml @@ -23,10 +23,16 @@ spec: remediation: retries: 3 values: - #image: + image: # repository: ghcr.io/k8s-at-home/uptime-kuma - # tag: v1.11.1 - # pullPolicy: IfNotPresent + repository: louislam/uptime-kuma + tag: v1.11.1 + pullPolicy: IfNotPresent + service: + main: + ports: + http: + port: 3001 ingress: main: enabled: true