Skip to content

Commit

Permalink
fix env coordinator-api
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Sep 20, 2024
1 parent 2a0be74 commit f3273f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/coordinator-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Kubernetes: `>=1.22.0-0`
| defaultProbes.enabled | bool | `false` | |
| defaultProbes.spec.httpGet.path | string | `"/"` | |
| defaultProbes.spec.httpGet.port | int | `8090` | |
| envFrom[0].configMapRef.name | string | `"coordinator-api-env"` | |
| env[0].name | string | `"HTTP_PORT"` | |
| env[0].value | int | `8080` | |
| env[1].name | string | `"METRICS_PORT"` | |
Expand Down
4 changes: 4 additions & 0 deletions charts/coordinator-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ image:
pullPolicy: Always
tag: v4.4.59

envFrom:
- configMapRef:
name: coordinator-api-env

env:
- name: HTTP_PORT
value: 8080
Expand Down

0 comments on commit f3273f2

Please sign in to comment.