argo-cd/resource_customizations/projectcontour.io/HTTPProxy/testdata/not_reconciled.yaml
Greg Barasch ce4b7a28cc
feat: Contour HTTPProxy health check support for issue # 22504 (#22596)
Signed-off-by: Greg Barasch <gregbarasch@gmail.com>
2025-05-21 15:54:36 -04:00

16 lines
301 B
YAML

apiVersion: projectcontour.io/v1
kind: HTTPProxy
metadata:
name: basic
spec:
virtualhost:
fqdn: foo-basic.bar.com
routes:
- conditions:
- prefix: /
services:
- name: s1
port: 80
status:
currentStatus: NotReconciled
description: Waiting for controller