temp remove apps for PV fixes
This commit is contained in:
12
apps/gitea/env/k3s-cluster/config.json
vendored
12
apps/gitea/env/k3s-cluster/config.json
vendored
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
30
apps/gitea/env/k3s-cluster/values.yaml
vendored
30
apps/gitea/env/k3s-cluster/values.yaml
vendored
@@ -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"
|
||||
Reference in New Issue
Block a user