Created
February 6, 2018 15:17
-
-
Save salrashid123/19e4cd551a45a88ee0041977b2564a47 to your computer and use it in GitHub Desktop.
istio_doc_service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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