apps(znc): Moved storage to s3yuyuko

This commit is contained in:
2025-06-10 02:22:02 +02:00
parent eacc6731c9
commit 06d1268ee9
2 changed files with 47 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ spec:
volumes:
- name: znc-config
persistentVolumeClaim:
claimName: znc-pvc
claimName: znc-yuyuko-pvc
containers:
- name: znc
image: znc:1.9.1
@@ -27,4 +27,14 @@ spec:
- containerPort: 4921
volumeMounts:
- name: znc-config
mountPath: "/znc-data"
mountPath: "/znc-data"
securityContext:
runAsUser: 1000
runAsGroup: 1000
runAsNonRoot: true
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault