Created
May 23, 2019 20:45
-
-
Save larryclaman/028662ad4160f2631b2643d23b445670 to your computer and use it in GitHub Desktop.
api service
This file contains 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: api | |
spec: | |
selector: | |
app: api | |
ports: | |
- protocol: TCP | |
port: 3001 | |
targetPort: 3001 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment