chore: disable gitea, its been moved to its own vm

This commit is contained in:
SeanOMik 2024-01-07 18:02:12 -05:00
parent ac97cc02f1
commit b254888c8d
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
2 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@ kind: Kustomization
resources:
- ./fireflyiii
- ./cdn
- ./gitea
#- ./gitea
#- ./dendron
- ./trilium
#- ./whoami

View File

@ -68,9 +68,9 @@ spec:
- key: "config.yml"
path: "config.yml"
# podSecurityContext:
# runAsNonRoot: true
# runAsUser: 10000
# runAsGroup: 10000
# fsGroup: 10000
# fsGroupChangePolicy: OnRootMismatch
podSecurityContext:
runAsNonRoot: true
runAsUser: 10000
runAsGroup: 10000
fsGroup: 10000
fsGroupChangePolicy: OnRootMismatch