diff --git a/roles/web/templates/deployment.yaml b/roles/web/templates/deployment.yaml new file mode 100644 index 000000000..cfa3823e0 --- /dev/null +++ b/roles/web/templates/deployment.yaml @@ -0,0 +1,8 @@ +apiVersion: apps/v1 + kind: Deployment + spec: + replicas: {{ .Values.replicaCount }} + template: + spec: + containers: + - image: "{{ .Values.image.repository }}:latest"