浏览代码

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: