Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
daviFrag authored May 19, 2024
1 parent e83adcc commit 20a4d3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 20a4d3f

Please sign in to comment.