Skip to content

Commit

Permalink
Update Helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
duxet committed Apr 23, 2024
1 parent 8dd7f5f commit 723a65d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 48 deletions.
3 changes: 0 additions & 3 deletions chart/fcgi-proxy/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions chart/fcgi-proxy/default.conf

This file was deleted.

13 changes: 0 additions & 13 deletions chart/templates/configmap-fastcgi.yaml

This file was deleted.

11 changes: 2 additions & 9 deletions chart/templates/deployment-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ spec:
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
containers:
- name: nginx
image: quay.io/strimoid/fastcgi-proxy:0.0.1
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
protocol: TCP
- name: {{ .Chart.Name }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
Expand All @@ -47,8 +40,8 @@ spec:
subPath: uploads
{{- end }}
ports:
- name: fastcgi
containerPort: 9000
- name: http
containerPort: 80
protocol: TCP
resources:
{{- toYaml .Values.resources | nindent 12 }}
Expand Down

0 comments on commit 723a65d

Please sign in to comment.