apps(znc): Moved storage to s3yuyuko
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user