소스 검색

Merge pull request #281 from aaronspruit/patch-2

Added Volume to netmaker-backend container spec
Alex 4 년 전
부모
커밋
2cd48543e6
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: