mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
16 lines
301 B
YAML
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
|