From c925731adf767e2056e065d4c33f167359ec60f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20M=C3=BCller?= Date: Fri, 8 Dec 2023 17:28:21 +0100 Subject: [PATCH] fix(uptime-kuma): fix indentation in helm-release.yaml --- .../uptime-kuma/app/helm-release.yaml | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/kubernetes/talos-flux/apps/observability/uptime-kuma/app/helm-release.yaml b/kubernetes/talos-flux/apps/observability/uptime-kuma/app/helm-release.yaml index c6baf647d..146c7bd10 100644 --- a/kubernetes/talos-flux/apps/observability/uptime-kuma/app/helm-release.yaml +++ b/kubernetes/talos-flux/apps/observability/uptime-kuma/app/helm-release.yaml @@ -26,24 +26,24 @@ spec: main: annotations: reloader.stakater.com/auto: "true" - containers: - main: - nameOverride: *app - env: - TZ: ${SETTING_TZ} - image: - repository: louislam/uptime-kuma - tag: 1.23.8 - ports: - - name: http - containerPort: 3001 - protocol: TCP - resources: - requests: - cpu: 10m - memory: 50Mi - limits: - memory: 150Mi + containers: + main: + nameOverride: *app + env: + TZ: ${SETTING_TZ} + image: + repository: louislam/uptime-kuma + tag: 1.23.8 + ports: + - name: http + containerPort: 3001 + protocol: TCP + resources: + requests: + cpu: 10m + memory: 50Mi + limits: + memory: 150Mi service: main: