Last active
September 5, 2018 11:09
-
-
Save akash-gautam/ce8b2557328b167f588aee5cacdec323 to your computer and use it in GitHub Desktop.
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: test-service | |
spec: | |
type: LoadBalancer | |
ports: | |
- name: test-service | |
port: 80 | |
protocol: TCP | |
targetPort: 3000 | |
selector: | |
app: test-app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment