Skip to content
Snippets Groups Projects
Commit 9355672f authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Merge branch 'test-emptydir' into 'master'

Emptydir-Volume for selenium caching

See merge request !41
parents 4b6862cd 091b5b00
No related branches found
No related tags found
1 merge request!41Emptydir-Volume for selenium caching
Pipeline #194941 passed
......@@ -96,6 +96,8 @@ spec:
- mountPath: /etc/aleksis/secret_{{ $index }}
name: {{ template "aleksis.fullname" $ }}-secret-existing-{{ $index }}
readOnly: true
- mountPath: /var/www/.cache
name: cache
{{- end }}
{{- if .Values.healthcheck.enabled }}
livenessProbe:
......@@ -170,6 +172,8 @@ spec:
secret:
secretName: {{ $value }}
{{- end }}
- name: cache
emptyDir:
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
......@@ -271,6 +275,9 @@ spec:
name: {{ template "aleksis.fullname" $ }}-secret-existing-{{ $index }}
readOnly: true
{{- end }}
- mountPath: /var/www/.cache
name: cache
readOnly: false
resources:
{{- toYaml .Values.resources.celery | nindent 12 }}
volumes:
......@@ -303,6 +310,8 @@ spec:
secret:
secretName: {{ $value }}
{{- end }}
- name: cache
emptyDir:
{{- with .Values.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment