mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01: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>
15 lines
351 B
YAML
15 lines
351 B
YAML
apiVersion: gloo.solo.io/v1
|
|
kind: Proxy
|
|
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
|