File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed
Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,50 @@ deployment:
3737 port : 8000
3838
3939 env :
40+ JWT_SECRET :
41+ valueFrom :
42+ secretKeyRef :
43+ name : " torus-{{ .Values.environmentName }}-web-apps-secret"
44+ key : jwt_secret
45+ POSTGRES_URL :
46+ valueFrom :
47+ secretKeyRef :
48+ name : " torus-{{ .Values.environmentName }}-web-apps-secret"
49+ key : apostle_swarm_db_url
4050 NEXT_PUBLIC_TORUS_ALLOCATOR_ADDRESS :
4151 valueFrom :
4252 configMapKeyRef :
4353 name : ' {{ template "application.name" . }}-config'
4454 key : torus_allocator_address
55+ NEXT_PUBLIC_AUTH_ORIGIN :
56+ value : " https://{{ .Values.ingressHost }}"
57+ PREDICTION_APP_ADDRESS :
58+ valueFrom :
59+ secretKeyRef :
60+ name : " torus-{{ .Values.environmentName }}-web-apps-secret"
61+ key : PREDICTION_APP_ADDRESS
62+ NEXT_PUBLIC_PREDICTION_APP_ADDRESS :
63+ valueFrom :
64+ secretKeyRef :
65+ name : " torus-{{ .Values.environmentName }}-web-apps-secret"
66+ key : NEXT_PUBLIC_PREDICTION_APP_ADDRESS
67+ TWITTERAPI_IO_KEY :
68+ valueFrom :
69+ secretKeyRef :
70+ name : " torus-{{ .Values.environmentName }}-web-apps-secret"
71+ key : TWITTERAPI_IO_KEY
72+ PERMISSION_GRANTOR_ADDRESS :
73+ valueFrom :
74+ secretKeyRef :
75+ name : " torus-{{ .Values.environmentName }}-web-apps-secret"
76+ key : PERMISSION_GRANTOR_ADDRESS
77+ PREDICTION_APP_MNEMONIC :
78+ valueFrom :
79+ secretKeyRef :
80+ name : " torus-{{ .Values.environmentName }}-web-apps-secret"
81+ key : PREDICTION_APP_MNEMONIC
82+ OPENROUTER_API_KEY :
83+ valueFrom :
84+ secretKeyRef :
85+ name : " torus-{{ .Values.environmentName }}-web-apps-secret"
86+ key : OPENROUTER_API_KEY
You can’t perform that action at this time.
0 commit comments