This commit is contained in:
@@ -26,8 +26,8 @@ spec:
|
||||
- name: KNOT_USER
|
||||
value: "knot"
|
||||
volumeMounts:
|
||||
# - name: knot-config
|
||||
# mountPath: /etc/knot
|
||||
- name: knot-config
|
||||
mountPath: /etc/knot
|
||||
- name: knot-data
|
||||
mountPath: /var/lib/knot
|
||||
resources:
|
||||
@@ -48,9 +48,9 @@ spec:
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 5
|
||||
volumes:
|
||||
# - name: knot-config
|
||||
# persistentVolumeClaim:
|
||||
# claimName: knot-dns-config
|
||||
- name: knot-config
|
||||
persistentVolumeClaim:
|
||||
claimName: knot-dns-config
|
||||
- name: knot-data
|
||||
persistentVolumeClaim:
|
||||
claimName: knot-dns-data
|
||||
|
||||
Reference in New Issue
Block a user