feat: initial bootstrap manifests for argocd and gitea
This commit is contained in:
5
platform/argocd/kustomization.yaml
Normal file
5
platform/argocd/kustomization.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: argocd
|
||||||
|
resources:
|
||||||
|
- https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
|
||||||
7
platform/gitea/Chart.yaml
Normal file
7
platform/gitea/Chart.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
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/
|
||||||
26
platform/gitea/values.yaml
Normal file
26
platform/gitea/values.yaml
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
# 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
|
||||||
Reference in New Issue
Block a user