mirror of
https://github.com/gravitl/netmaker.git
synced 2026-01-09 12:24:18 +08:00
Merge pull request #281 from aaronspruit/patch-2
Added Volume to netmaker-backend container spec
This commit is contained in:
commit
2cd48543e6
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