Skip to content

Instantly share code, notes, and snippets.

@TrongTan124
Created November 21, 2020 08:03
Show Gist options
  • Save TrongTan124/d166fcc6051cf45b228ba70f90f06338 to your computer and use it in GitHub Desktop.
Save TrongTan124/d166fcc6051cf45b228ba70f90f06338 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: nginx-svc
labels:
app: nginx-dev
spec:
type: NodePort
ports:
- port: 80
nodePort: 30001
protocol: TCP
selector:
app: nginx-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment