Skip to content

Instantly share code, notes, and snippets.

@ChrisChinchilla
Created April 20, 2020 08:28
Show Gist options
  • Save ChrisChinchilla/4a785aa438acbfde97ad17377b248e36 to your computer and use it in GitHub Desktop.
Save ChrisChinchilla/4a785aa438acbfde97ad17377b248e36 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: product-fe
spec:
type: NodePort
ports:
- protocol: TCP
port: 8080
targetPort: 8080
selector:
app: ecommerce
tier: frontend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment