- 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)
13 lines
382 B
YAML
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
|