From 0404001be374acb17de898f25940959defa84657 Mon Sep 17 00:00:00 2001 From: Brendon McCool Date: Sun, 20 Feb 2022 14:47:31 -0500 Subject: [PATCH] add port and make image explicit --- cluster/apps/default/uptime-kuma/helm-release.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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