Skip to content

Commit 34c92fd

Browse files
committed
WIP: rename opcon metric port
Signed-off-by: Todd Short <[email protected]>
1 parent 5681303 commit 34c92fd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

helm/olmv1/templates/service-olmv1-system-operator-controller-service.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ metadata:
1414
namespace: {{ .Values.namespaces.olmv1.name }}
1515
spec:
1616
ports:
17-
- name: https
17+
- name: metrics
1818
port: 8443
1919
protocol: TCP
2020
targetPort: 8443

manifests/experimental-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ metadata:
17481748
namespace: olmv1-system
17491749
spec:
17501750
ports:
1751-
- name: https
1751+
- name: metrics
17521752
port: 8443
17531753
protocol: TCP
17541754
targetPort: 8443

manifests/experimental.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ metadata:
17131713
namespace: olmv1-system
17141714
spec:
17151715
ports:
1716-
- name: https
1716+
- name: metrics
17171717
port: 8443
17181718
protocol: TCP
17191719
targetPort: 8443

manifests/standard-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ metadata:
17481748
namespace: olmv1-system
17491749
spec:
17501750
ports:
1751-
- name: https
1751+
- name: metrics
17521752
port: 8443
17531753
protocol: TCP
17541754
targetPort: 8443

manifests/standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ metadata:
17131713
namespace: olmv1-system
17141714
spec:
17151715
ports:
1716-
- name: https
1716+
- name: metrics
17171717
port: 8443
17181718
protocol: TCP
17191719
targetPort: 8443

0 commit comments

Comments
 (0)