Created
February 22, 2019 05:47
-
-
Save jinnabaalu/c62c077f2daa17cb31a439b1f38844ff to your computer and use it in GitHub Desktop.
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
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: kaf1 | |
spec: | |
type: LoadBalancer | |
ports: | |
- name: port-9092 | |
port: 9092 | |
protocol: TCP | |
selector: | |
app: kafka1 | |
--- | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
name: kaf2 | |
spec: | |
type: LoadBalancer | |
ports: | |
- name: port-9092 | |
port: 9092 | |
protocol: TCP | |
selector: | |
app: kafka2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment