Skip to content

Instantly share code, notes, and snippets.

@pmundt
Created May 5, 2020 15:20
Show Gist options
  • Save pmundt/e427cdfc8bfbf222083093702c1b0bfd to your computer and use it in GitHub Desktop.
Save pmundt/e427cdfc8bfbf222083093702c1b0bfd to your computer and use it in GitHub Desktop.
http echo service
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