gcloud-lab/infrastructure/gatewayapi/healthcheck.yaml

18 lines
381 B
YAML
Raw Normal View History

2026-05-11 02:45:22 +00:00
apiVersion: networking.gke.io/v1
kind: HealthCheckPolicy
metadata:
name: hermes-health-check
namespace: customer1
spec:
default:
config:
type: HTTP
httpHealthCheck:
port: 9118
requestPath: /telegram/webhook/default # Or any path that returns 200
2026-05-11 02:55:46 +00:00
response: "403"
2026-05-11 02:45:22 +00:00
targetRef:
group: ""
kind: Service
name: http-tele-webhook