fix: wire grant verifier
This commit is contained in:
@@ -33,6 +33,10 @@ spec:
|
|||||||
- containerPort: 8000
|
- containerPort: 8000
|
||||||
name: http1
|
name: http1
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
|
env:
|
||||||
|
- name: A2A_GRANT_VERIFYING_KEY
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef: {name: platform-secrets, key: grant_verifying_key}
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet: {path: /healthz, port: 8000}
|
httpGet: {path: /healthz, port: 8000}
|
||||||
initialDelaySeconds: 2
|
initialDelaySeconds: 2
|
||||||
|
|||||||
Reference in New Issue
Block a user