Loading charts/tilt/templates/deployment.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ metadata: labels: app: {{ .Release.Name }} spec: strategy: type: Recreate replicas: {{ .Values.replicaCount }} selector: matchLabels: Loading @@ -14,6 +16,10 @@ spec: labels: app: {{ .Release.Name }} spec: {{- if .Values.hostNetwork }} hostNetwork: true dnsPolicy: ClusterFirstWithHostNet {{- end }} containers: - name: tilt image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" Loading charts/tilt/values.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -22,3 +22,5 @@ ingress: gitdir: <GITDIR> workdir: <WORKDIR> homedir: <HOMEDIR> hostNetwork: true Loading
charts/tilt/templates/deployment.yaml +6 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,8 @@ metadata: labels: app: {{ .Release.Name }} spec: strategy: type: Recreate replicas: {{ .Values.replicaCount }} selector: matchLabels: Loading @@ -14,6 +16,10 @@ spec: labels: app: {{ .Release.Name }} spec: {{- if .Values.hostNetwork }} hostNetwork: true dnsPolicy: ClusterFirstWithHostNet {{- end }} containers: - name: tilt image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" Loading
charts/tilt/values.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -22,3 +22,5 @@ ingress: gitdir: <GITDIR> workdir: <WORKDIR> homedir: <HOMEDIR> hostNetwork: true