Files
feedc0de b116ce8b80
Publish PHP Apache image / Build, test and push (push) Failing after 21s
New approach with helm chart and add gd and opcache
2026-09-10 20:13:16 +02:00

14 lines
438 B
Plaintext

{{- if .Values.persistence.existingClaim }}
Web content is mounted from existing PVC {{ .Values.persistence.existingClaim }}.
That PVC is referenced but is not managed by this Helm release.
{{- else if .Values.persistence.enabled }}
Web content is mounted from PVC {{ include "php-homepage.fullname" . }}.
{{- end }}
{{- if .Values.ingress.enabled }}
Website hosts:
{{- range .Values.ingress.hosts }}
{{ .host }}
{{- end }}
{{- end }}