Skip to content

Commit 8a6cf14

Browse files
committed
use kubero domain for localhost
1 parent 809ff4c commit 8a6cf14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-charts/kubero/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ingress:
4747
# kubernetes.io/ingress.class: nginx
4848
# kubernetes.io/tls-acme: "true"
4949
hosts:
50-
- host: kubero.localhost.com
50+
- host: localhost.kubero.dev
5151
paths:
5252
- path: /
5353
pathType: ImplementationSpecific
@@ -78,7 +78,7 @@ kubero:
7878
debug: ""
7979
namespace: kubero
8080
context: inClusterContext
81-
webhook_url: https://kubero.localhost.com/api/webhook
81+
webhook_url: https://localhost.kubero.dev/api/webhook
8282
#sessionKey: "randomString"
8383
auth:
8484
github:

0 commit comments

Comments
 (0)