Преглед на файлове

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.
aaronspruit преди 4 години
родител
ревизия
7857d26cce
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      kube/netmaker-template.yaml

+ 3 - 0
kube/netmaker-template.yaml

@@ -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: