mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-06 21:24:16 +08:00
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:
parent
d2290db1a4
commit
02bdf76537
1 changed files with 3 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue