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: