Created
May 5, 2020 15:20
-
-
Save pmundt/e427cdfc8bfbf222083093702c1b0bfd to your computer and use it in GitHub Desktop.
http echo 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
kind: Service | |
apiVersion: v1 | |
metadata: | |
name: http-echo-service | |
spec: | |
type: NodePort | |
selector: | |
app: http-echo | |
ports: | |
- port: 5678 | |
protocol: TCP | |
name: http |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment