From bc15d428180fc6eccaffac7cf5b2e1e33be033c7 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 2 Jan 2026 12:46:14 +0100 Subject: [PATCH] Try installing the faircamp site Signed-off-by: Nikolai Rodionov --- helm/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/helm/values.yaml b/helm/values.yaml index 309bdca..a8064ae 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -7,7 +7,7 @@ base: kind: Deployment strategy: type: RollingUpdate - initContainer: + initContainers: faircamp: image: registry: gitea.badhouseplants.net @@ -22,7 +22,7 @@ base: nginx: image: registry: registry.hub.docker.com - repository: nginxinc/nginx-unprivileged + repository: nginxinc/nginx tag: latest pullPolicy: Always ports: @@ -35,14 +35,14 @@ base: livenessProbe: httpGet: path: / - port: 8080 + port: 80 httpHeaders: initialDelaySeconds: 3 periodSeconds: 3 readinessProbe: httpGet: path: / - port: 8080 + port: 80 httpHeaders: initialDelaySeconds: 3 periodSeconds: 3 @@ -59,7 +59,7 @@ ingress: service: name: '{{ include "chart.fullname" $ }}-main' port: - number: 8080 + number: 80 path: / pathType: Prefix tls: @@ -76,8 +76,8 @@ services: type: ClusterIP ports: nginx: - port: 8080 - targetPort: 8080 + port: 80 + targetPort: 80 protocol: TCP storage: