mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* feat(custom healthchecks): add healthchecks for Gloo resources Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com> * fix(gloo custom healthchecks): fix healthcheck and add older cases Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com> * feat(custom healthchecks): fix tabulation in Gloo resources lua files Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com> --------- Signed-off-by: Ilya Gorban <zelig81@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
14 lines
369 B
YAML
14 lines
369 B
YAML
apiVersion: gateway.solo.io/v1
|
|
kind: MatchableHttpGateway
|
|
status:
|
|
statuses:
|
|
gloo-system:
|
|
reportedBy: gateway
|
|
state: Pending
|
|
subresourceStatuses:
|
|
'*v1.Proxy.gateway-proxy_gloo-system':
|
|
reportedBy: gloo
|
|
state: Accepted
|
|
'*v1.Proxy.internal-proxy_gloo-system':
|
|
reportedBy: gloo
|
|
state: Pending
|