itsm-dev/release.yaml: enable ingress
This commit is contained in:
parent
2e98907e41
commit
0203679591
@ -15,6 +15,21 @@ spec:
|
||||
namespace: itsm-dev
|
||||
interval: 1m
|
||||
values:
|
||||
novu:
|
||||
web:
|
||||
ingress:
|
||||
enabled: true
|
||||
hostname: novu-web.onwalk.net
|
||||
ingressClassName: 'nginx'
|
||||
apisix:
|
||||
dashboard:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "nginx"
|
||||
hosts:
|
||||
- host: apisix-dashboard.onwalk.net
|
||||
paths:
|
||||
- /*
|
||||
etcd-adapter:
|
||||
enabled: true
|
||||
mysql:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user