Loading charts/meep-platform-ctrl/templates/deployment.yaml +0 −8 Original line number Diff line number Diff line Loading @@ -49,10 +49,6 @@ spec: ports: - containerPort: {{ .Values.deployment.port }} protocol: {{ .Values.deployment.protocol }} {{- if .Values.altService.enabled}} - containerPort: {{ .Values.deployment.altPort }} protocol: {{ .Values.deployment.protocol }} {{- end}} env: {{- range $key, $value := .Values.image.env }} - name: {{ $key }} Loading @@ -66,10 +62,6 @@ spec: - name: USER_SWAGGER value: {{ .Values.user.swagger.mountpath }} {{- end }} {{- if .Values.altService.enabled}} - name: ALT_SERVICE_PORT value: "{{ .Values.deployment.altPort }}" {{- end}} volumeMounts: {{- if .Values.codecov.enabled}} - name: codecov-storage Loading charts/meep-sandbox-ctrl/templates/deployment.yaml +0 −4 Original line number Diff line number Diff line Loading @@ -58,10 +58,6 @@ spec: - name: USER_SWAGGER_SANDBOX value: {{ .Values.user.swagger.servepath }} {{- end }} {{- if .Values.altService.enabled}} - name: ALT_SERVICE_PORT value: "{{ .Values.deployment.altPort }}" {{- end}} volumeMounts: {{- if .Values.codecov.enabled}} - name: codecov-storage Loading Loading
charts/meep-platform-ctrl/templates/deployment.yaml +0 −8 Original line number Diff line number Diff line Loading @@ -49,10 +49,6 @@ spec: ports: - containerPort: {{ .Values.deployment.port }} protocol: {{ .Values.deployment.protocol }} {{- if .Values.altService.enabled}} - containerPort: {{ .Values.deployment.altPort }} protocol: {{ .Values.deployment.protocol }} {{- end}} env: {{- range $key, $value := .Values.image.env }} - name: {{ $key }} Loading @@ -66,10 +62,6 @@ spec: - name: USER_SWAGGER value: {{ .Values.user.swagger.mountpath }} {{- end }} {{- if .Values.altService.enabled}} - name: ALT_SERVICE_PORT value: "{{ .Values.deployment.altPort }}" {{- end}} volumeMounts: {{- if .Values.codecov.enabled}} - name: codecov-storage Loading
charts/meep-sandbox-ctrl/templates/deployment.yaml +0 −4 Original line number Diff line number Diff line Loading @@ -58,10 +58,6 @@ spec: - name: USER_SWAGGER_SANDBOX value: {{ .Values.user.swagger.servepath }} {{- end }} {{- if .Values.altService.enabled}} - name: ALT_SERVICE_PORT value: "{{ .Values.deployment.altPort }}" {{- end}} volumeMounts: {{- if .Values.codecov.enabled}} - name: codecov-storage Loading