Try installing the faircamp site
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2026-01-02 12:46:14 +01:00
parent 6ce73c6a93
commit bc15d42818

View File

@@ -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: