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>
14 lines
240 B
YAML
14 lines
240 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
|