Skip to content

Instantly share code, notes, and snippets.

@rohithzr
Last active March 26, 2019 23:13
Show Gist options
  • Select an option

  • Save rohithzr/61c9f2ab5cd03ea3a84c60d4829632c2 to your computer and use it in GitHub Desktop.

Select an option

Save rohithzr/61c9f2ab5cd03ea3a84c60d4829632c2 to your computer and use it in GitHub Desktop.
apiVersion: "v1"
kind: "Service"
metadata:
labels:
run: k8s-api-proxy
name: k8s-api-proxy
namespace: default
spec:
ports:
- port: 8118
protocol: TCP
targetPort: 8118
selector:
run: "k8s-api-proxy"
type: "LoadBalancer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment