We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0a76a2 + ae580ee commit 747fddcCopy full SHA for 747fddc
install/0000_80_machine-config_00_service.yaml
@@ -63,4 +63,29 @@ spec:
63
- name: health
64
port: 8798
65
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
82
+ ports:
83
+ - name: https
84
+ port: 22623
85
+ targetPort: 22623
86
+ protocol: TCP
87
+ - name: http
88
+ port: 22624
89
+ targetPort: 22624
90
91
0 commit comments