diff --git a/moon2/values.yaml b/moon2/values.yaml index 35306a7..6f24ebf 100644 --- a/moon2/values.yaml +++ b/moon2/values.yaml @@ -11,8 +11,6 @@ customIngress: # hosts: # - moon.aerokube.local paths: - - path: / - port: 8080 - path: /wd/hub port: 4444 - path: /cypress @@ -23,6 +21,13 @@ customIngress: port: 4444 - path: /metrics port: 4444 + - path: /api + port: 9090 + - path: /ui + port: 9090 + - path: / + port: 8080 + ## ## Ingress settings. This chart is using Nginx Ingress. By default, Ingress listens only on port 80 (HTTP). ## Port 443 (HTTPS) is enabled only if TLS certificate and private key are provided in the fields below.