Skip to content

Commit 802edaa

Browse files
authored
Merge pull request kroxylicious#2293 from robobario/fix-loadbalancer-doc
Fix KafkaProxyIngress loadBalancer description string
2 parents 699aa78 + ceb5111 commit 802edaa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kroxylicious-kubernetes-api/src/main/resources/META-INF/fabric8/kafkaproxyingresses.kroxylicious.io-v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
clusterIP:
6969
type: object
7070
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
7272
ClusterIP Kubernetes Services.
7373
required: [ "protocol" ]
7474
properties:
@@ -79,8 +79,8 @@ spec:
7979
loadBalancer:
8080
type: object
8181
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
83+
via a LoadBalancer Kubernetes Services.
8484
required: [ "bootstrapAddress", "advertisedBrokerAddressPattern"]
8585
x-kubernetes-validations:
8686
- rule: "self.advertisedBrokerAddressPattern.contains('$(nodeId)')"

0 commit comments

Comments
 (0)