fix: updating default http port name to http
Signed-off-by: Piotr Kowalczyk <kowalczyk.p.4@pg.com>
This commit is contained in:
parent
191cc375c3
commit
367c29338a
2 changed files with 3 additions and 1 deletions
|
@ -397,7 +397,9 @@ NAME: my-release
|
||||||
| dex.serviceAccount.create | Create dex service account | `true` |
|
| dex.serviceAccount.create | Create dex service account | `true` |
|
||||||
| dex.serviceAccount.name | Dex service account name | `"argocd-dex-server"` |
|
| dex.serviceAccount.name | Dex service account name | `"argocd-dex-server"` |
|
||||||
| dex.servicePortGrpc | Server GRPC port | `5557` |
|
| dex.servicePortGrpc | Server GRPC port | `5557` |
|
||||||
|
| dex.servicePortGrpcName | Server GRPC port name | `grpc` |
|
||||||
| dex.servicePortHttp | Server HTTP port | `5556` |
|
| dex.servicePortHttp | Server HTTP port | `5556` |
|
||||||
|
| dex.servicePortHttpName | Server GRPC port name | `http` |
|
||||||
| dex.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
|
| dex.tolerations | [Tolerations for use with node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/) | `[]` |
|
||||||
| dex.volumeMounts | Dex volume mounts | `"/shared"` |
|
| dex.volumeMounts | Dex volume mounts | `"/shared"` |
|
||||||
| dex.volumes | Dex volumes | `{}` |
|
| dex.volumes | Dex volumes | `{}` |
|
||||||
|
|
|
@ -280,7 +280,7 @@ dex:
|
||||||
## Dex deployment container ports
|
## Dex deployment container ports
|
||||||
containerPortHttp: 5556
|
containerPortHttp: 5556
|
||||||
servicePortHttp: 5556
|
servicePortHttp: 5556
|
||||||
servicePortHttpName: tcp-http
|
servicePortHttpName: http
|
||||||
containerPortGrpc: 5557
|
containerPortGrpc: 5557
|
||||||
servicePortGrpc: 5557
|
servicePortGrpc: 5557
|
||||||
servicePortGrpcName: grpc
|
servicePortGrpcName: grpc
|
||||||
|
|
Loading…
Reference in a new issue