updating helm/docker files and database config files
[it/otf.git] / a1-sdnc-vth / helm / a1-sdnc-vth / templates / deployment.yaml
index ec08ac3..43fd64f 100644 (file)
@@ -26,6 +26,10 @@ spec:
         app: {{ .Values.appName}}\r
         version: {{.Values.version}}\r
     spec:\r
+      {{ if .Values.pullSecret }}\r
+      imagePullSecrets:\r
+        - name: {{ .Values.pullSecret }}\r
+      {{ end }}\r
       serviceAccount: default\r
       volumes:\r
       - name: {{ .Values.appName}}-cert-volume\r
@@ -54,7 +58,7 @@ spec:
         ports:\r
         - name: http\r
           containerPort: 6001\r
-          nodePort: {{.Values.nodePort}}\r
+#          nodePort: {{.Values.nodePort}}\r
           protocol: TCP\r
 #        {{ if eq .Values.env "st"}} TODO UNCOMMENT FOR ORAN?\r
 #        resources:\r