Skip to content

Commit 43787a5

Browse files
fix: replica count on ingress controller
1 parent 251e8d5 commit 43787a5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

okd/okd-configuration/base/certificates/ingress-controller.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ metadata:
88
labels:
99
app.kubernetes.io/instance: okd-configuration
1010
spec:
11+
replicas: 2
1112
defaultCertificate:
1213
name: ingress-certificate
1314
# Kube Vip
@@ -49,6 +50,9 @@ metadata:
4950
namespace: openshift-ingress
5051
spec:
5152
allocateLoadBalancerNodePorts: true
53+
clusterIP: 172.30.55.53
54+
clusterIPs:
55+
- 172.30.55.53
5256
externalTrafficPolicy: Local
5357
healthCheckNodePort: 32014
5458
internalTrafficPolicy: Cluster

0 commit comments

Comments
 (0)