gcloud-lab/apps/base/customer1/hermes-agent/kustomization.yaml
Hermes Agent 584c38ff38 fix: telegram webhook - HTTPRoute structure, kustomization, env var
- Fix HTTPRoute: merge backendRefs and matches into a single rule
  (was split across two rules, causing Telegram POSTs to be dropped)
- Add hermes-webhook.yaml to kustomization.yaml resources
  (was not applied during kustomize build at all)
- Clean up TELEGRAM_WEBHOOK_SECRET env var name (leading space)
2026-05-10 01:18:34 +00:00

13 lines
382 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- new-deployment.yaml
- hermes-secret.yaml
- configmap.yaml
- rays-hermes-secret.yaml
- api-server-configmap.yaml
- hermes-webui-service.yaml
# - hermes-service.yaml
- new-deployment-rays.yaml
- tele-webhook.yaml
- ../../../../infrastructure/gatewayapi/gateway-routes/hermes-webhook.yaml