We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611f711 commit 102c10bCopy full SHA for 102c10b
1 file changed
apps/argocd/deployment.yml
@@ -12,9 +12,6 @@ spec:
12
chart: argo-cd
13
helm:
14
values: |
15
- global:
16
- domain: management.reduce.isis.cclrc.ac.uk/argocd
17
-
18
configs:
19
params:
20
server.rootpath: argocd
@@ -30,12 +27,18 @@ spec:
30
27
minReplicas: 2
31
28
httproute:
32
29
enabled: true
+ hostnames: management.reduce.isis.cclrc.ac.uk
33
parentRefs:
34
- group: gateway.networking.k8s.io
35
kind: Gateway
36
name: envoy-gateway
37
namespace: envoy-gateway-system
38
sectionName: https-main
+ rules:
+ - matches:
39
+ - path:
40
+ type: PathPrefix
41
+ value: /argocd
42
43
repoServer:
44
autoscaling:
0 commit comments