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:55:45 +01:00
parent 12ce466eda
commit 41945681c4

View File

@@ -7,6 +7,9 @@ base:
kind: Deployment kind: Deployment
strategy: strategy:
type: RollingUpdate type: RollingUpdate
securityContext:
seccompProfile:
type: RuntimeDefault
initContainers: initContainers:
faircamp: faircamp:
image: image:
@@ -21,6 +24,8 @@ base:
extraVolumes: extraVolumes:
cache: cache:
path: /data/.faircamp_cache path: /data/.faircamp_cache
securityContext:
allowPrivilegeEscalation: false
containers: containers:
nginx: nginx:
image: image: