diff --git a/dev/efc-shop/deployment.yaml b/dev/efc-shop/deployment.yaml index 9a7652f..8274853 100644 --- a/dev/efc-shop/deployment.yaml +++ b/dev/efc-shop/deployment.yaml @@ -39,12 +39,12 @@ spec: volumeMounts: - mountPath: /etc/nginx/conf.d readOnly: true - name: nginx-conf + name: nginx-shop-conf imagePullPolicy: Always volumes: - - name: nginx-conf + - name: nginx-shop-conf configMap: - name: nginx-conf + name: nginx-shop-conf --- apiVersion: v1 @@ -64,7 +64,7 @@ apiVersion: v1 kind: ConfigMap metadata: namespace: dev-environment - name: nginx-conf + name: nginx-shop-conf data: default.conf: | upstream backend {