From b254888c8d3cecc4a0f33e02cdc352ec05dcf89d Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Sun, 7 Jan 2024 18:02:12 -0500 Subject: [PATCH] chore: disable gitea, its been moved to its own vm --- cluster/apps/default/kustomization.yaml | 2 +- cluster/apps/download/qbit-manage/helm-release.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/cluster/apps/default/kustomization.yaml b/cluster/apps/default/kustomization.yaml index ca3f00a..1baa876 100644 --- a/cluster/apps/default/kustomization.yaml +++ b/cluster/apps/default/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - ./fireflyiii - ./cdn -- ./gitea +#- ./gitea #- ./dendron - ./trilium #- ./whoami diff --git a/cluster/apps/download/qbit-manage/helm-release.yaml b/cluster/apps/download/qbit-manage/helm-release.yaml index a7dbc4c..f5c303f 100644 --- a/cluster/apps/download/qbit-manage/helm-release.yaml +++ b/cluster/apps/download/qbit-manage/helm-release.yaml @@ -68,9 +68,9 @@ spec: - key: "config.yml" path: "config.yml" -# podSecurityContext: -# runAsNonRoot: true -# runAsUser: 10000 -# runAsGroup: 10000 -# fsGroup: 10000 -# fsGroupChangePolicy: OnRootMismatch \ No newline at end of file + podSecurityContext: + runAsNonRoot: true + runAsUser: 10000 + runAsGroup: 10000 + fsGroup: 10000 + fsGroupChangePolicy: OnRootMismatch \ No newline at end of file