Created
October 11, 2018 07:34
-
-
Save Tombar/c5a6729dc7104fc98ce3a7d2d4601afd to your computer and use it in GitHub Desktop.
strimzi non-tls zookepeer example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# non tls zk service | |
--- | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: my-cluster-zookeeper-plain | |
labels: | |
app: my-cluster-zookeeper-plain | |
spec: | |
selector: | |
strimzi.io/cluster: my-cluster | |
strimzi.io/kind: Kafka | |
strimzi.io/name: my-cluster-zookeeper | |
type: ClusterIP | |
ports: | |
- name: my-cluster-zookeeper-plain | |
port: 2181 | |
targetPort: 21810 | |
protocol: TCP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment