defined secrets
This commit is contained in:
parent
37d022a1ef
commit
ad154be913
1 changed files with 15 additions and 0 deletions
|
|
@ -209,6 +209,21 @@
|
|||
value: /calculator-cern
|
||||
- name: CAIMIRA_THEME
|
||||
value: caimira/apps/templates/cern
|
||||
- name: ARVE_CLIENT_ID
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: ARVE_CLIENT_ID
|
||||
name: arve-api
|
||||
- name: ARVE_CLIENT_SECRET
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: ARVE_CLIENT_SECRET
|
||||
name: arve-api
|
||||
- name: ARVE_API_KEY
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
key: ARVE_API_KEY
|
||||
name: arve-api
|
||||
image: '${PROJECT_NAME}/caimira-webservice'
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
|
|
|||
Loading…
Reference in a new issue