Skip to content

Commit

Permalink
bug: update release manifest with MYSQL_HOST env (#286)
Browse files Browse the repository at this point in the history
* bug: update release manifest with MYSQL_HOST env

* add MYSQL_HOST to payments release manifest
  • Loading branch information
Shabirmean authored Feb 27, 2024
1 parent d19cfdb commit 3055749
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions k8-manifests/release/inventory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ spec:
configMapKeyRef:
name: spring-profile
key: SPRING_PROFILES_ACTIVE
- name: MYSQL_HOST
valueFrom:
configMapKeyRef:
name: service-configs
key: MYSQL_HOST
- name: ACTIVE_ITEM_TYPE
valueFrom:
configMapKeyRef:
Expand Down
5 changes: 5 additions & 0 deletions k8-manifests/release/payments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ spec:
configMapKeyRef:
name: spring-profile
key: SPRING_PROFILES_ACTIVE
- name: MYSQL_HOST
valueFrom:
configMapKeyRef:
name: service-configs
key: MYSQL_HOST
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 3055749

Please sign in to comment.