Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created September 18, 2018 15:16
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 garystafford/6e85aeb1934f5681519ffa9ab78394da to your computer and use it in GitHub Desktop.
Save garystafford/6e85aeb1934f5681519ffa9ab78394da to your computer and use it in GitHub Desktop.
---
apiVersion: "v1"
kind: "Service"
metadata:
name: "wp-es-demo-service"
namespace: "dev"
labels:
app: "wp-es-demo"
spec:
ports:
- protocol: "TCP"
port: 80
targetPort: 8080
selector:
app: "wp-es-demo"
type: "LoadBalancer"
loadBalancerIP: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment