Skip to content

Commit

Permalink
fixed port env var and value
Browse files Browse the repository at this point in the history
  • Loading branch information
sharepointoscar committed Jan 6, 2020
1 parent 135f1c7 commit da2309c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/cars-rest-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:
value: "mongodb://{{ template "fullname" . }}-db:27017/cars_rest_api"
- name: MONGODB_HOST
value: {{ template "mongodb.fullname" . }}
- name: DATABASE_PORT
value: 27017
- name: MONGODB_PORT
value: "27017"
- name: MONGODB_USERNAME
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit da2309c

Please sign in to comment.