Skip to content

Commit

Permalink
Merge pull request #191 from aandryashin/master
Browse files Browse the repository at this point in the history
Custom ingress UI paths.
  • Loading branch information
vania-pooh authored Feb 27, 2023
2 parents c8229b4 + 4b27162 commit 613ad73
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions moon2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ customIngress:
# hosts:
# - moon.aerokube.local
paths:
- path: /
port: 8080
- path: /wd/hub
port: 4444
- path: /cypress
Expand All @@ -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.
Expand Down

0 comments on commit 613ad73

Please sign in to comment.