Skip to content

Instantly share code, notes, and snippets.

@rtrentin73
Last active June 6, 2022 22:07
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 rtrentin73/f099cd40358fb9108eca7d3f50a91be7 to your computer and use it in GitHub Desktop.
Save rtrentin73/f099cd40358fb9108eca7d3f50a91be7 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: nginx
namespace: mcs-common
spec:
type: ClusterIP
selector:
app: nginx
ports:
- protocol: TCP
port: 80
targetPort: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment