update readme with gitea garbage

This commit is contained in:
ducoterra
2023-04-06 10:58:13 -04:00
parent 4afa2c621d
commit 403be9ba0a
11 changed files with 210 additions and 406 deletions

View File

@@ -1,44 +0,0 @@
ingress:
enabled: true
annotations:
cert-manager.io/cluster-issuer: letsencrypt
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-body-size: "0"
nginx.org/client-max-body-size: "0"
hosts:
- host: gitea.reeseapps.com
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- gitea.reeseapps.com
secretName: gitea-tls-cert
persistence:
enabled: true
storageClass: zfs-iscsi-enc0
annotations:
"helm.sh/resource-policy": keep
postgresql:
persistence:
enabled: true
storageClass: zfs-iscsi-enc0
annotations:
"helm.sh/resource-policy": keep
gitea:
admin:
username: "ducoterra"
password: "changeme"
email: "gitea@ducoterra.net"
config:
service:
DISABLE_REGISTRATION: true
service:
ssh:
port: 2222
type: LoadBalancer
externalTrafficPolicy: Local