From b67691c93740e90d68fa47e8c14c124f3b424e86 Mon Sep 17 00:00:00 2001 From: Dilip <116056239+dt-dilip@users.noreply.github.com> Date: Wed, 10 Jul 2024 18:29:22 +0000 Subject: [PATCH] update web deployment --- charts/cdefense/templates/web/deployment.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/cdefense/templates/web/deployment.yaml b/charts/cdefense/templates/web/deployment.yaml index 4eb831c..d0ba70b 100644 --- a/charts/cdefense/templates/web/deployment.yaml +++ b/charts/cdefense/templates/web/deployment.yaml @@ -38,11 +38,11 @@ spec: configMapKeyRef: name: cdefense-config key: CLOUDDEFENSE_WEBCONSOLE_API_ENDPOINT - - name: RECOMMENDATIONS_ENDPOINT - valueFrom: - configMapKeyRef: - name: cdefense-config - key: CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT + # - name: RECOMMENDATIONS_ENDPOINT + # valueFrom: + # configMapKeyRef: + # name: cdefense-config + # key: CLOUDDEFENSE_RECOMMENDATIONS_ENDPOINT - name: API_ENDPOINT valueFrom: configMapKeyRef: