mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
Signed-off-by: Solomon Kibret <solomon.kibret@gmail.com> Co-authored-by: Solomon Kibret <solomon.kibret@gmail.com>
17 lines
317 B
YAML
17 lines
317 B
YAML
apiVersion: projectcontour.io/v1
|
|
kind: HTTPProxy
|
|
metadata:
|
|
generation: 1
|
|
name: basic
|
|
spec:
|
|
virtualhost:
|
|
fqdn: foo-basic.bar.com
|
|
routes:
|
|
- conditions:
|
|
- prefix: /
|
|
services:
|
|
- name: s1
|
|
port: 80
|
|
status:
|
|
currentStatus: NotReconciled
|
|
description: Waiting for controller
|