Skip to content

Instantly share code, notes, and snippets.

@alevz257
Created September 17, 2019 06:32
Show Gist options
  • Save alevz257/80c30b57e26c99266af5c11b754b84cb to your computer and use it in GitHub Desktop.
Save alevz257/80c30b57e26c99266af5c11b754b84cb to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: eksworkshop-php
spec:
selector:
app: eksworkshop-php
type: LoadBalancer
ports:
- protocol: TCP
port: 80
targetPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment