feat(sizer-receiver): ✨ add GARM WebSocket event enrichment env vars
Add GARM_URL, GARM_USER, and GARM_PASSWORD environment variables to the sizer-receiver deployment so it can connect to GARM's WebSocket event stream for run-status enrichment. Ref: IPCEICIS-8514
This commit is contained in:
parent
a3bae88ce9
commit
47f99082db
1 changed files with 9 additions and 0 deletions
|
|
@ -39,6 +39,15 @@ spec:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
name: sizer-tokens
|
name: sizer-tokens
|
||||||
key: hmac-key
|
key: hmac-key
|
||||||
|
- name: GARM_URL
|
||||||
|
value: "http://garm.garm.svc.cluster.local:80"
|
||||||
|
- name: GARM_USER
|
||||||
|
value: "admin"
|
||||||
|
- name: GARM_PASSWORD
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: garm-fixed-credentials
|
||||||
|
key: admin_password
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue