Skip to content

Commit 1979812

Browse files
committed
move guac host from k8c.io to cncf.io
Signed-off-by: Koray Oksay <[email protected]>
1 parent 44c0a5d commit 1979812

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/cluster/services/manifests/guac/install.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@ metadata:
16831683
spec:
16841684
ingressClassName: nginx
16851685
rules:
1686-
- host: guac.k8c.io
1686+
- host: guac.cncf.io
16871687
http: &http
16881688
paths:
16891689
- path: /playground
@@ -1700,7 +1700,7 @@ spec:
17001700
name: visualizer
17011701
port:
17021702
number: 3000
1703-
- host: api.guac.k8c.io
1703+
- host: api.guac.cncf.io
17041704
http:
17051705
paths:
17061706

@@ -1713,8 +1713,8 @@ spec:
17131713
number: 8080
17141714
tls:
17151715
- hosts:
1716-
- guac.k8c.io
1717-
- api.guac.k8c.io
1716+
- guac.cncf.io
1717+
- api.guac.cncf.io
17181718
secretName: guac-tls
17191719
---
17201720
# Source: guac/charts/nats/templates/tests/test-request-reply.yaml

0 commit comments

Comments
 (0)