Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Last active July 18, 2019 18:58
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 rahulsahay19/96174ba8836cc52a38d890f5adf1aa16 to your computer and use it in GitHub Desktop.
Save rahulsahay19/96174ba8836cc52a38d890f5adf1aa16 to your computer and use it in GitHub Desktop.
web-service.yml
apiVersion: v1
kind: Service
metadata:
name: webfront
namespace: aks-learning
spec:
type: NodePort
ports:
- port: 8080
selector:
run: webfront-deployment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment