Skip to content

Instantly share code, notes, and snippets.

@viveksonar
Created May 25, 2020 12:35
Show Gist options
  • Save viveksonar/400ae82869e6514b61ffda2abb4e37bd to your computer and use it in GitHub Desktop.
Save viveksonar/400ae82869e6514b61ffda2abb4e37bd to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
labels:
app: wordpress
name: wordpress
spec:
type: LoadBalancer
ports:
- port: 80
targetPort: 80
protocol: TCP
selector:
app: wordpress
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment