Skip to content

Instantly share code, notes, and snippets.

@phenixita
Last active July 6, 2021 10:03
Show Gist options
  • Save phenixita/57c2755a431f8e86f5a0870af6fcc7b7 to your computer and use it in GitHub Desktop.
Save phenixita/57c2755a431f8e86f5a0870af6fcc7b7 to your computer and use it in GitHub Desktop.
Service
apiVersion: v1
kind: Service
metadata:
name: nginx-svc
spec:
type: LoadBalancer
selector:
app: nginx
ports:
- port: 8080
targetPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment