commit ea8b30936fcdb41c75971a2faebffb25039b17be parent 2ec74b3ae193cb48ff3f8ae53ab7bd0677c01d66 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 13 Apr 2025 14:36:50 +0200 Switch to solanum + atheme Diffstat:
| M | apps/base/irc/resources.yaml | | | 17 | ++++++++++++++--- |
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/apps/base/irc/resources.yaml b/apps/base/irc/resources.yaml @@ -19,9 +19,9 @@ metadata: app: atheme spec: securityContext: - runAsUser: 1000 - runAsGroup: 1000 - fsGroup: 1000 + runAsUser: 10000 + runAsGroup: 10000 + fsGroup: 10000 replicas: 1 strategy: type: RollingUpdate @@ -33,6 +33,17 @@ spec: labels: app: atheme spec: + initContainer: + - name: fix-permissions + image: alpine:latest + comamnd: + - chown + - -R + - 10000:10000 + - /atheme/etc + volumeMounts: + - name: atheme-pvc + mountPath: /atheme/etc containers: - name: atheme image: ghcr.io/mtrnord/atheme:contrib