Skip to content

Instantly share code, notes, and snippets.

@fawix
Created December 3, 2021 21:29
Show Gist options
  • Save fawix/5b99119026513dc3c52b2345b1802d97 to your computer and use it in GitHub Desktop.
Save fawix/5b99119026513dc3c52b2345b1802d97 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: nginx-svc
spec:
type: LoadBalancer
selector:
app: nginx
ports:
- name: http
protocol: TCP
port: 80
targetPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment