fix: wire grant verifier

This commit is contained in:
robert
2026-05-29 09:43:24 -03:00
parent 3fc82b818c
commit 3f62732090

View File

@@ -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