Update port no
This commit is contained in:
parent
d0ca62856e
commit
f3bd608ed1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
(let [{:keys [fqdn max-rate max-concurrent-requests namespace]} config]
|
||||
(ing/generate-simple-ingress (merge
|
||||
{:service-name "keycloak"
|
||||
:service-port 3000
|
||||
:service-port 8080
|
||||
:fqdns [fqdn]
|
||||
:average-rate max-rate
|
||||
:burst-rate max-concurrent-requests
|
||||
|
|
Loading…
Reference in a new issue