feat: initial bootstrap manifests for argocd and gitea

This commit is contained in:
HDW
2026-04-19 12:57:33 +02:00
parent 65bf4069e1
commit b156bcd26b
2 changed files with 0 additions and 33 deletions

View File

@@ -1,7 +0,0 @@
apiVersion: v2
name: gitea-deployment
version: 1.0.0
dependencies:
- name: gitea
version: 10.x.x # Trage hier die aktuelle Gitea-Chart-Version ein
repository: https://dl.gitea.com/charts/

View File

@@ -1,26 +0,0 @@
# gitea-bootstrap.yaml
gitea:
admin:
username: "hdw"
password: "GT_875797umo1?LY"
postgresql-ha:
enabled: false
nodeSelector:
tier: infra
postgresql:
enabled: true
primary:
nodeSelector:
tier: infra
valkey-cluster:
# Variante 1: Der globale Bitnami-Weg
global:
nodeSelector:
tier: infra
# Variante 2: Der spezifische Weg (zur Sicherheit beides reinnehmen)
valkey:
nodeSelector:
tier: infra