We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251e8d5 commit 43787a5Copy full SHA for 43787a5
okd/okd-configuration/base/certificates/ingress-controller.yaml
@@ -8,6 +8,7 @@ metadata:
8
labels:
9
app.kubernetes.io/instance: okd-configuration
10
spec:
11
+ replicas: 2
12
defaultCertificate:
13
name: ingress-certificate
14
# Kube Vip
@@ -49,6 +50,9 @@ metadata:
49
50
namespace: openshift-ingress
51
52
allocateLoadBalancerNodePorts: true
53
+ clusterIP: 172.30.55.53
54
+ clusterIPs:
55
+ - 172.30.55.53
56
externalTrafficPolicy: Local
57
healthCheckNodePort: 32014
58
internalTrafficPolicy: Cluster
0 commit comments