We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 377a0c3 + ebc5042 commit 2aef643Copy full SHA for 2aef643
kafka/20dns.yml
@@ -3,9 +3,12 @@
3
apiVersion: v1
4
kind: Service
5
metadata:
6
- name: broker
+ name: kafka
7
namespace: kafka
8
+ annotations:
9
+ service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
10
spec:
11
+ publishNotReadyAddresses: true
12
ports:
13
- port: 9092
14
# [podname].broker.kafka.svc.cluster.local
kafka/50kafka.yml
@@ -7,7 +7,7 @@ spec:
selector:
matchLabels:
app: kafka
- serviceName: "broker"
+ serviceName: "kafka"
replicas: 3
updateStrategy:
type: RollingUpdate
0 commit comments