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: resources:
- ./fireflyiii - ./fireflyiii
- ./cdn - ./cdn
- ./gitea #- ./gitea
#- ./dendron #- ./dendron
- ./trilium - ./trilium
#- ./whoami #- ./whoami

View File

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