Skip to content

Instantly share code, notes, and snippets.

@rtrentinavx
Last active May 23, 2022 20:56
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 rtrentinavx/5ab1c06385fdfab78e6b8c7666c04cfa to your computer and use it in GitHub Desktop.
Save rtrentinavx/5ab1c06385fdfab78e6b8c7666c04cfa to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: nginx
spec:
selector:
app: nginx
ports:
- port: 80
targetPort: 80
type: LoadBalancer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment