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 kind: Deployment
strategy: strategy:
type: RollingUpdate type: RollingUpdate
initContainer: initContainers:
faircamp: faircamp:
image: image:
registry: gitea.badhouseplants.net registry: gitea.badhouseplants.net
@@ -22,7 +22,7 @@ base:
nginx: nginx:
image: image:
registry: registry.hub.docker.com registry: registry.hub.docker.com
repository: nginxinc/nginx-unprivileged repository: nginxinc/nginx
tag: latest tag: latest
pullPolicy: Always pullPolicy: Always
ports: ports:
@@ -35,14 +35,14 @@ base:
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /
port: 8080 port: 80
httpHeaders: httpHeaders:
initialDelaySeconds: 3 initialDelaySeconds: 3
periodSeconds: 3 periodSeconds: 3
readinessProbe: readinessProbe:
httpGet: httpGet:
path: / path: /
port: 8080 port: 80
httpHeaders: httpHeaders:
initialDelaySeconds: 3 initialDelaySeconds: 3
periodSeconds: 3 periodSeconds: 3
@@ -59,7 +59,7 @@ ingress:
service: service:
name: '{{ include "chart.fullname" $ }}-main' name: '{{ include "chart.fullname" $ }}-main'
port: port:
number: 8080 number: 80
path: / path: /
pathType: Prefix pathType: Prefix
tls: tls:
@@ -76,8 +76,8 @@ services:
type: ClusterIP type: ClusterIP
ports: ports:
nginx: nginx:
port: 8080 port: 80
targetPort: 8080 targetPort: 80
protocol: TCP protocol: TCP
storage: storage: