temp remove apps for PV fixes

This commit is contained in:
2024-07-26 01:41:13 +10:00
parent 36e9c2af90
commit 21c57dc6fe
29 changed files with 0 additions and 99 deletions

View File

@@ -1,12 +0,0 @@
{
"appName": "gitea",
"userGivenName": "gitea",
"namespace": "gitea",
"destNamespace": "gitea",
"destServer": "https://kubernetes.default.svc",
"srcPath": "apps/gitea/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
"srcTargetRevision": "",
"labels": null,
"annotations": null
}

View File

@@ -1,8 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: gitea
repo: oci://registry-1.docker.io/bitnamicharts
version: 2.3.14
releaseName: gitea
valuesFile: values.yaml

View File

@@ -1,30 +0,0 @@
namespaceOverride: "gitea"
podAntiAffinityPreset: ""
adminUsername: "gitea_admin"
adminEmail: "edward@cheng.sydney"
appName: "gitea"
existingSecret: "gitea-secrets"
existingSecretKey: "admin-password"
smtpHost: "smtp.gmail.com"
smtpPort: "587"
smtpUser: "me@edward.sydney"
smtpExistingSecret: "gitea-secrets"
persistence:
existingClaim: "gitea-pvc"
service:
ports:
http: 10080
ssh: 10022
ingress:
enabled: true
ingressClassName: "nginx"
hostname: "gitea.cluster.edward.sydney"
serviceAccount:
create: false
postgresql:
enabled: false
externalDatabase:
host: "postgresql-primary.argocd.svc.cluster.local"
user: "gitea_user"
existingSecret: "gitea-secrets"
existingSecretPasswordKey: "db-password"