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