Skip to content

Commit

Permalink
fix: api port value and bring other values to umbrella chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ed382 committed Feb 11, 2025
1 parent 797bcd1 commit e99e51b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/testkube-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ proxy:

## Testkube API full name
apiFullname: "testkube-api-server"
## Testkube API port
apiPort: 8443
# -- Testkube API port
apiPort: 8088
## Testkube Operator webhook server port
webhookServerPort: 9443
## Testkube Operator metrics server port
Expand Down
6 changes: 5 additions & 1 deletion charts/testkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,11 @@ testkube-operator:
apiFullname: "testkube-api-server"
# -- Testkube API port
apiPort: 8088
# -- Testkube Operator healthcheck port
## Testkube Operator webhook server port
webhookServerPort: 9443
## Testkube Operator metrics server port
metricsServerPort: 8443
## Testkube Operator healthcheck port
healthcheckPort: 8081
# -- Use ArgoCD sync owner references
useArgoCDSync: false
Expand Down

0 comments on commit e99e51b

Please sign in to comment.