enable gitea
This commit is contained in:
12
apps/gitea/env/k3s-cluster/config.json
vendored
Normal file
12
apps/gitea/env/k3s-cluster/config.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
10
apps/gitea/env/k3s-cluster/values.yaml
vendored
10
apps/gitea/env/k3s-cluster/values.yaml
vendored
@@ -18,6 +18,7 @@ service:
|
||||
ingress:
|
||||
enabled: true
|
||||
ingressClassName: "nginx"
|
||||
hostname: "gitea.cluster.edward.sydney"
|
||||
serviceAccount:
|
||||
create: false
|
||||
postgresql:
|
||||
@@ -26,11 +27,4 @@ externalDatabase:
|
||||
host: "postgresql-primary.argocd.svc.cluster.local"
|
||||
user: "gitea_user"
|
||||
existingSecret: "gitea-secrets"
|
||||
existingSecretPasswordKey: "db-password"
|
||||
resources:
|
||||
requests:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
existingSecretPasswordKey: "db-password"
|
||||
Reference in New Issue
Block a user