mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
28 lines
534 B
YAML
28 lines
534 B
YAML
|
|
apiVersion: projectcontour.io/v1
|
||
|
|
kind: HTTPProxy
|
||
|
|
metadata:
|
||
|
|
generation: 2
|
||
|
|
name: basic
|
||
|
|
spec:
|
||
|
|
virtualhost:
|
||
|
|
fqdn: foo-basic.bar.com
|
||
|
|
routes:
|
||
|
|
- conditions:
|
||
|
|
- prefix: /
|
||
|
|
services:
|
||
|
|
- name: s1
|
||
|
|
port: 80
|
||
|
|
status:
|
||
|
|
conditions:
|
||
|
|
- type: Valid
|
||
|
|
status: "True"
|
||
|
|
observedGeneration: 1
|
||
|
|
lastTransitionTime: "2025-04-07T10:00:00Z"
|
||
|
|
reason: Valid
|
||
|
|
message: Valid HTTPProxy
|
||
|
|
currentStatus: valid
|
||
|
|
description: Valid HTTPProxy
|
||
|
|
loadBalancer:
|
||
|
|
ingress:
|
||
|
|
- hostname: www.example.com
|