Skip to content

Commit b46a207

Browse files
Merge pull request #1888 from openshift-cherrypick-robot/cherry-pick-1880-to-release-4.18
[release-4.18] OCPBUGS-60176: Add missing service ports to apiserver service
2 parents 383f101 + 5d51824 commit b46a207

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bindata/assets/kube-apiserver/svc.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ spec:
1111
- name: https
1212
port: 443
1313
targetPort: 6443
14+
protocol: TCP
15+
- name: insecure-readyz
16+
port: 6080
17+
targetPort: 6080
18+
protocol: TCP
19+
- name: check-endpoints
20+
port: 17697
21+
targetPort: 17697
22+
protocol: TCP

0 commit comments

Comments
 (0)