chore: disable gitea, its been moved to its own vm
This commit is contained in:
parent
ac97cc02f1
commit
b254888c8d
|
@ -3,7 +3,7 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./fireflyiii
|
- ./fireflyiii
|
||||||
- ./cdn
|
- ./cdn
|
||||||
- ./gitea
|
#- ./gitea
|
||||||
#- ./dendron
|
#- ./dendron
|
||||||
- ./trilium
|
- ./trilium
|
||||||
#- ./whoami
|
#- ./whoami
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue