fix: Make port names configurable for repo-server and controller (#236)

* allow changing of port names for application-controller and repo-server

* bump chart version

* chore: bump Chart version
This commit is contained in:
bergur88 2020-02-16 23:17:37 +00:00 committed by GitHub
parent 3fd67d8cbb
commit 1f625ddd8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -86,6 +86,7 @@ controller:
annotations: {}
labels: {}
port: 8082
portName: https-controller
## Node selectors and tolerations for server scheduling to nodes with taints
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
@ -595,6 +596,7 @@ repoServer:
annotations: {}
labels: {}
port: 8081
portName: https-repo-server
## Repo server metrics service configuration
metrics: