Added Volume to Netmaker-backend container spec

The volume for the DNS config was not included in the netmaker-backend container spec.  This caused the coredns container to continually fail.
This commit is contained in:
aaronspruit 2021-09-18 16:58:01 -07:00 committed by GitHub
parent d2290db1a4
commit 02bdf76537
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,9 @@ spec:
value: "Kubernetes"
- name: CORS_ALLOWED_ORIGIN
value: "*"
volumeMounts:
- name: nm-pvc
mountPath: /root/config/dnsconfig
- name: rqlite
image: rqlite/rqlite
ports: