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:48:44 +01:00
parent bc15d42818
commit 12ce466eda

View File

@@ -18,6 +18,9 @@ base:
storage: storage:
site: site:
path: /data/.faircamp_build path: /data/.faircamp_build
extraVolumes:
cache:
path: /data/.faircamp_cache
containers: containers:
nginx: nginx:
image: image:
@@ -67,7 +70,7 @@ ingress:
- '{{ .Values.shortcuts.hostname }}' - '{{ .Values.shortcuts.hostname }}'
secretName: '{{ .Values.shortcuts.hostname }}' secretName: '{{ .Values.shortcuts.hostname }}'
extraVolumes: extraVolumes:
logs: cache:
emptyDir: {} emptyDir: {}
services: services: