Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save michelmarciano/8098e5fb83bfd9aad8cbeb09f94a7fdf to your computer and use it in GitHub Desktop.
Save michelmarciano/8098e5fb83bfd9aad8cbeb09f94a7fdf to your computer and use it in GitHub Desktop.
kubernetes service
apiVersion: v1
kind: Service
metadata:
name: servico-aplicacao
spec:
type: LoadBalancer
ports:
- port: 9090
selector:
name: aplicacao-pod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment