initial demo

This commit is contained in:
Hans Dominik Werner
2026-04-15 21:53:39 +02:00
commit d3991b7a85
12 changed files with 312 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
service:
http:
type: ClusterIP
gitea:
admin:
username: demo-admin
password: demo-admin-ChangeMe123!
email: demo@example.local
postgresql:
enabled: true
postgresql-ha:
enabled: false
persistence:
enabled: true
size: 5Gi

14
bootstrap/namespaces.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Namespace
metadata:
name: gitea
---
apiVersion: v1
kind: Namespace
metadata:
name: argocd
---
apiVersion: v1
kind: Namespace
metadata:
name: demo-app