Browse Source

Merge pull request #281 from aaronspruit/patch-2

Added Volume to netmaker-backend container spec
Alex 3 years ago
parent
commit
2cd48543e6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      kube/netmaker-template.yaml

+ 3 - 0
kube/netmaker-template.yaml

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