Skip to content

Instantly share code, notes, and snippets.

@HammoTime
Created July 18, 2020 08:46
Show Gist options
  • Save HammoTime/295b27a8d8f7b1ea059a5ce2b3e8388e to your computer and use it in GitHub Desktop.
Save HammoTime/295b27a8d8f7b1ea059a5ce2b3e8388e to your computer and use it in GitHub Desktop.
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