Skip to content

Instantly share code, notes, and snippets.

@azhuox
Created November 30, 2020 00:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azhuox/c2a4b823cc46fd38ea7c2f7194cc6429 to your computer and use it in GitHub Desktop.
Save azhuox/c2a4b823cc46fd38ea7c2f7194cc6429 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
namespace: default
name: zk-hs
labels:
app: zk-hs
spec:
ports:
- port: 2888
name: server
- port: 3888
name: leader-election
clusterIP: None
selector:
app: zk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment