From 20a4d3f11fe39dd1301e11da4b5fab0e6f5ab016 Mon Sep 17 00:00:00 2001 From: daviFrag <73591373+daviFrag@users.noreply.github.com> Date: Sun, 19 May 2024 21:15:56 +0200 Subject: [PATCH] Update deployment.yaml --- charts/templates/deployment.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/templates/deployment.yaml b/charts/templates/deployment.yaml index 6a3499e..1c296bb 100644 --- a/charts/templates/deployment.yaml +++ b/charts/templates/deployment.yaml @@ -48,6 +48,10 @@ spec: value: {{ .Values.env.authIssuerUrl }} - name: AUTH0_AUDIENCE value: {{ .Values.env.authAudience }} + - name: APIKEY + value: {{ .Values.env.apiKey }} + - name: AIGENERATION + value: {{ .Values.env.AIGENERATION }} ports: - name: http containerPort: {{ .Values.service.port }}