You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kroxylicious-kubernetes-api/src/main/resources/META-INF/fabric8/kafkaproxyingresses.kroxylicious.io-v1.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ spec:
68
68
clusterIP:
69
69
type: object
70
70
description: |-
71
-
clusterIP specifies that this ingress is for access within the same Kubernetes cluster using
71
+
specifies that this ingress is for access within the same Kubernetes cluster using
72
72
ClusterIP Kubernetes Services.
73
73
required: [ "protocol" ]
74
74
properties:
@@ -79,8 +79,8 @@ spec:
79
79
loadBalancer:
80
80
type: object
81
81
description: |-
82
-
clusterIP specifies that this ingress is for access within the same Kubernetes cluster using
83
-
ClusterIP Kubernetes Services.
82
+
specifies that this ingress is for access from outside the Kubernetes cluster
0 commit comments