Skip to content

Instantly share code, notes, and snippets.

@VisualBean
Created April 11, 2023 05:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VisualBean/a87d40045d3da19edbc69a724cb4d4c7 to your computer and use it in GitHub Desktop.
Save VisualBean/a87d40045d3da19edbc69a724cb4d4c7 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: my-service
spec:
selector:
app: my-app
ports:
- name: http
port: 80
targetPort: 8080
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment