Guest User

Untitled

a guest
Nov 14th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. apiVersion: apps/v1
  2. kind: Deployment
  3. metadata:
  4. name: mvc-deployment-helm
  5. namespace: {{ .Values.namespace }}
  6. replicas: {{ .Values.web.image.replicaCount }}
  7. spec:
  8. containers:
  9. - name: mvc
  10. image: {{ .Values.web.image.dockerHubId }}/{{ .Values.web.image.name }}:{{ .Values.web.image.tag }}
  11. ports:
  12. - containerPort: {{ .Values.web.port }}
Add Comment
Please, Sign In to add comment