Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacinsoy committed Sep 13, 2024
1 parent c24c85d commit d99eeaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/blog-app/blog-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 5000
resources:
resources:
requests:
cpu: "100m"
memory: "150Mi"
Expand All @@ -306,7 +306,7 @@ spec:
cpu: "300m"
memory: "500Mi"
ephemeral-storage: "300Mi"
env:
env:
- name: MONGODB_USERNAME
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit d99eeaf

Please sign in to comment.