Loading assets/auto-deploy-app/README.md +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ | image.pullPolicy | | `Always` | | image.secrets | | `[name: gitlab-registry]` | | extraLabels | Allow labelling resources with custom key/value pairs | `{}` | | lifecycle | | `{}` | | podAnnotations | Pod annotations | `{}` | | nodeSelector | Node labels for pod assignment | `{}` | | tolerations | List of node taints to tolerate | `[]` | Loading assets/auto-deploy-app/templates/deployment.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ spec: value: {{ .Values.gitlab.envName | quote }} - name: GITLAB_ENVIRONMENT_URL value: {{ .Values.gitlab.envURL | quote }} {{- if .Values.lifecycle }} lifecycle: {{ toYaml .Values.lifecycle | indent 10 }} {{- end }} ports: - name: "{{ .Values.service.name }}" containerPort: {{ .Values.service.internalPort }} Loading assets/auto-deploy-app/values.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ image: secrets: - name: gitlab-registry extraLabels: {} lifecycle: {} # preStop: # exec: # command: ["/bin/sh", "-c", "sleep 10"] podAnnotations: {} nodeSelector: {} affinity: {} Loading Loading
assets/auto-deploy-app/README.md +1 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ | image.pullPolicy | | `Always` | | image.secrets | | `[name: gitlab-registry]` | | extraLabels | Allow labelling resources with custom key/value pairs | `{}` | | lifecycle | | `{}` | | podAnnotations | Pod annotations | `{}` | | nodeSelector | Node labels for pod assignment | `{}` | | tolerations | List of node taints to tolerate | `[]` | Loading
assets/auto-deploy-app/templates/deployment.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ spec: value: {{ .Values.gitlab.envName | quote }} - name: GITLAB_ENVIRONMENT_URL value: {{ .Values.gitlab.envURL | quote }} {{- if .Values.lifecycle }} lifecycle: {{ toYaml .Values.lifecycle | indent 10 }} {{- end }} ports: - name: "{{ .Values.service.name }}" containerPort: {{ .Values.service.internalPort }} Loading
assets/auto-deploy-app/values.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,10 @@ image: secrets: - name: gitlab-registry extraLabels: {} lifecycle: {} # preStop: # exec: # command: ["/bin/sh", "-c", "sleep 10"] podAnnotations: {} nodeSelector: {} affinity: {} Loading