Added forgejo deployment
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
tegwick 2026-07-04 13:26:07 +02:00
parent b78877b5f7
commit 37d9b0e271
4 changed files with 119 additions and 1 deletions

View file

@ -0,0 +1,13 @@
# Template for forgejo-db-credentials (databases namespace).
# Encrypt: sops -e -i helm/forgejo-db-secret.sops.yaml
# Apply: KUBECONFIG=~/.kube/config-hosteurope kubectl apply -f <(sops -d helm/forgejo-db-secret.sops.yaml)
---
apiVersion: v1
kind: Secret
metadata:
name: forgejo-db-credentials
namespace: databases
type: kubernetes.io/basic-auth
stringData:
username: forgejo
password: REPLACE_WITH_PASSWORD