Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created February 6, 2018 15:17
Show Gist options
  • Save salrashid123/19e4cd551a45a88ee0041977b2564a47 to your computer and use it in GitHub Desktop.
Save salrashid123/19e4cd551a45a88ee0041977b2564a47 to your computer and use it in GitHub Desktop.
istio_doc_service
apiVersion: v1
kind: Service
metadata:
name: myapp-srv
labels:
app: myapp
spec:
ports:
- port: 8080
name: http
selector:
app: myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment