Created
July 18, 2020 08:46
-
-
Save HammoTime/295b27a8d8f7b1ea059a5ce2b3e8388e 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: echo | |
namespace: echo | |
spec: | |
ports: | |
- port: 80 | |
targetPort: 5678 | |
selector: | |
app: echo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment