Skip to content

Instantly share code, notes, and snippets.

@Depado
Created July 19, 2018 15:21
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 Depado/5403e6d2f6c44eb5655eef28b7b82aae to your computer and use it in GitHub Desktop.
Save Depado/5403e6d2f6c44eb5655eef28b7b82aae to your computer and use it in GitHub Desktop.
# Source: dummy/templates/service.yaml
apiVersion: v1
kind: Service
metadata:
name: staging-dummy
labels:
app: dummy
chart: dummy-0.1.0
release: staging
heritage: Tiller
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 8080
protocol: TCP
name: http
selector:
app: dummy
release: staging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment