From 349df52e4d851821da9d85433f19f503cdb5f5f3 Mon Sep 17 00:00:00 2001 From: Marcel Zapf Date: Thu, 11 Jan 2024 17:02:11 +0000 Subject: [PATCH] change configs --- helm/templates/deployment.yaml | 4 ++-- ...igmap.yaml.yaml => nginx-vhostconfigs-configmap.yaml.yaml} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename helm/templates/{nginx-confd-configmap.yaml.yaml => nginx-vhostconfigs-configmap.yaml.yaml} (95%) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 652cf9e..506410e 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -46,9 +46,9 @@ spec: - name: nginx-config-volume configMap: name: nginx-conf - - name: nginx-vhostconfig-volume + - name: nginx-vhostconfigs-volume configMap: - name: nginx-confd + name: nginx-vhostconfigs {{- if .Values.configMap.enabled }} - name: config-volume configMap: diff --git a/helm/templates/nginx-confd-configmap.yaml.yaml b/helm/templates/nginx-vhostconfigs-configmap.yaml.yaml similarity index 95% rename from helm/templates/nginx-confd-configmap.yaml.yaml rename to helm/templates/nginx-vhostconfigs-configmap.yaml.yaml index e1e6a3b..0616207 100644 --- a/helm/templates/nginx-confd-configmap.yaml.yaml +++ b/helm/templates/nginx-vhostconfigs-configmap.yaml.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: nginx-confd + name: nginx-vhostconfigs data: default.conf: | server {