Skip to content

Commit 5d4af4a

Browse files
committed
Revert "added missing port to deployment"
This reverts commit d7d3a51.
1 parent cc5e517 commit 5d4af4a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

charts/gitops-runtime/templates/_components/cap-app-proxy/_deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ spec:
5757
ports:
5858
- name: http
5959
containerPort: 8080
60-
- name: http-metrics
61-
containerPort: 9100
6260
readinessProbe:
6361
initialDelaySeconds: {{ .Values.readinessProbe.initialDelaySeconds }}
6462
periodSeconds: {{ .Values.readinessProbe.periodSeconds }}

charts/gitops-runtime/templates/_components/cap-app-proxy/_service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spec:
1313
protocol: TCP
1414
name: http
1515
- port: 9100
16-
targetPort: http-metrics
16+
targetPort: http
1717
protocol: TCP
1818
name: http-metrics
1919
selector:
2020
{{- include "cap-app-proxy.selectorLabels" . | nindent 4 }}
21-
{{- end }}
21+
{{- end }}

0 commit comments

Comments
 (0)