Merge pull request #281 from aaronspruit/patch-2

Added Volume to netmaker-backend container spec
This commit is contained in:
Alex 2021-10-01 13:57:17 -04:00 committed by GitHub
commit 2cd48543e6
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: