Skip to content

Instantly share code, notes, and snippets.

@venkatnsrinivasan
Created December 3, 2019 23:07
Show Gist options
  • Save venkatnsrinivasan/97782de66e80e110dd2c41bfb8863976 to your computer and use it in GitHub Desktop.
Save venkatnsrinivasan/97782de66e80e110dd2c41bfb8863976 to your computer and use it in GitHub Desktop.
cilium-external-etcd-service.yaml
apiVersion: v1
kind: Service
metadata:
name: cilium-etcd-external
spec:
type: LoadBalancer
ports:
- port: 2379
selector:
app: etcd
etcd_cluster: cilium-etcd
io.cilium/app: etcd-operator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment