Skip to content

Instantly share code, notes, and snippets.

@michalpenka
Created March 18, 2020 18:58
Show Gist options
  • Save michalpenka/2b9ddd3a3d56503d14aa435935cb60f9 to your computer and use it in GitHub Desktop.
Save michalpenka/2b9ddd3a3d56503d14aa435935cb60f9 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: svc-helloworld
namespace: helloworld
spec:
ports:
- port: 80
selector:
app: app-helloworld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment