This commit is contained in:
@@ -8,8 +8,8 @@ RUN apk add --no-cache knot knot-utils bash git openssh-client-default
|
|||||||
VOLUME /etc/knot
|
VOLUME /etc/knot
|
||||||
VOLUME /var/lib/knot
|
VOLUME /var/lib/knot
|
||||||
|
|
||||||
COPY knot.conf /etc/knot/knot.conf
|
COPY knot.conf /etc/knot/
|
||||||
COPY my-dnssec-test-domain.de.zone /var/lib/knot/my-dnssec-test-domain.de.zone
|
COPY my-dnssec-test-domain.de.zone /var/lib/knot/
|
||||||
|
|
||||||
USER knot
|
USER knot
|
||||||
|
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ spec:
|
|||||||
- name: KNOT_USER
|
- name: KNOT_USER
|
||||||
value: "knot"
|
value: "knot"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
# - name: knot-config
|
- name: knot-config
|
||||||
# mountPath: /etc/knot
|
mountPath: /etc/knot
|
||||||
- name: knot-data
|
- name: knot-data
|
||||||
mountPath: /var/lib/knot
|
mountPath: /var/lib/knot
|
||||||
resources:
|
resources:
|
||||||
@@ -48,9 +48,9 @@ spec:
|
|||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
volumes:
|
volumes:
|
||||||
# - name: knot-config
|
- name: knot-config
|
||||||
# persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
# claimName: knot-dns-config
|
claimName: knot-dns-config
|
||||||
- name: knot-data
|
- name: knot-data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: knot-dns-data
|
claimName: knot-dns-data
|
||||||
|
|||||||
Reference in New Issue
Block a user