diff --git a/README.md b/README.md index 39b9f8e..f3abd2e 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ This starts the following services: | Name | Description | Ports | Environments | |---------------|---------------------------------------------------------------------|------ |--------------| -| fpm | FastCGI process manager with PHP-FPM 7.4.12, Composer. | n/a | all | -| nginx | Reverse proxy handle request with NGINX 1.17 | 80 | all | +| fpm | FastCGI process manager with PHP-FPM, Composer. | n/a | all | +| nginx | Reverse proxy handle request with NGINX | 80 | all | | setup | Setup service help run migration & install Composer package | n/a | dev | This results in the following running containers: diff --git a/helm-chart/templates/_helpers.tpl b/helm-chart/templates/_helpers.tpl index 162c625..7dd653c 100644 --- a/helm-chart/templates/_helpers.tpl +++ b/helm-chart/templates/_helpers.tpl @@ -31,16 +31,10 @@ chart: {{ .Chart.Name }} app: "{{ template "name" . }}" {{- end -}} -{{/* matchLabels */}} -{{- define "matchLabels" -}} -release: {{ .Release.Name }} -app: "{{ template "name" . }}" -{{- end -}} - {{- define "fpm" -}} - {{- printf "%s-fpm" (include "fullname" .) -}} +fpm {{- end -}} {{- define "nginx" -}} - {{- printf "%s-nginx" (include "fullname" .) -}} +nginx {{- end -}} \ No newline at end of file