Skip to content

Commit

Permalink
- add prod profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaid4j committed Feb 28, 2024
1 parent 7215c4f commit 5ae99a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api-gateway/k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ spec:
- name: api-gateway
image: ghcr.io/ubaid4j/cloud-native-app-spring-boot/api-gateway:0.0.3-SNAPSHOT
imagePullPolicy: IfNotPresent
env:
- name: SPRING_PROFILES_ACTIVE
value: prod
ports:
- containerPort: 80
livenessProbe:
Expand Down

0 comments on commit 5ae99a4

Please sign in to comment.