Skip to content

Commit 102c10b

Browse files
committed
Update argocd path
1 parent 611f711 commit 102c10b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

apps/argocd/deployment.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ spec:
1212
chart: argo-cd
1313
helm:
1414
values: |
15-
global:
16-
domain: management.reduce.isis.cclrc.ac.uk/argocd
17-
1815
configs:
1916
params:
2017
server.rootpath: argocd
@@ -30,12 +27,18 @@ spec:
3027
minReplicas: 2
3128
httproute:
3229
enabled: true
30+
hostnames: management.reduce.isis.cclrc.ac.uk
3331
parentRefs:
3432
- group: gateway.networking.k8s.io
3533
kind: Gateway
3634
name: envoy-gateway
3735
namespace: envoy-gateway-system
3836
sectionName: https-main
37+
rules:
38+
- matches:
39+
- path:
40+
type: PathPrefix
41+
value: /argocd
3942
4043
repoServer:
4144
autoscaling:

0 commit comments

Comments
 (0)