Skip to content

Commit 747fddc

Browse files
Merge pull request #5371 from aabughosh/addservicetoports
MCO-1886: add the missing service to the expose ports 22623 and 22624
2 parents e0a76a2 + ae580ee commit 747fddc

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

install/0000_80_machine-config_00_service.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,29 @@ spec:
6363
- name: health
6464
port: 8798
6565
protocol: TCP
66+
---
67+
apiVersion: v1
68+
kind: Service
69+
metadata:
70+
name: machine-config-server
71+
namespace: openshift-machine-config-operator
72+
labels:
73+
k8s-app: machine-config-server
74+
annotations:
75+
include.release.openshift.io/ibm-cloud-managed: "true"
76+
include.release.openshift.io/self-managed-high-availability: "true"
77+
include.release.openshift.io/single-node-developer: "true"
78+
spec:
79+
type: ClusterIP
80+
selector:
81+
k8s-app: machine-config-server
82+
ports:
83+
- name: https
84+
port: 22623
85+
targetPort: 22623
86+
protocol: TCP
87+
- name: http
88+
port: 22624
89+
targetPort: 22624
90+
protocol: TCP
6691

0 commit comments

Comments
 (0)