fix dockerfile 13
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-10-24 21:08:58 +02:00
parent 602e265735
commit e6ac6bb34f
3 changed files with 10 additions and 7 deletions

View File

@@ -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