Commit eea32fb2 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

removed alt service

parent 953848da
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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 }}
@@ -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
+0 −4
Original line number Diff line number Diff line
@@ -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