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 802bc11 commit c24c85d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions manifests/blog-app/blog-app.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# This document is responsible with the whole deployment of blog-app application.
# it also includes serviceAccount resource that are associated with the respective pods, to use them later during ./authorization-policies.yaml definition.
--- # Acts as a document seperator, kubernetes applies the manifest file that is before this line (for instance -> we want to create namespace resource first)
# MONGODB
apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -418,14 +417,15 @@ spec:
imagePullPolicy: Always
ports:
- containerPort: 5000
requests:
cpu: "100m"
memory: "150Mi"
ephemeral-storage: "100Mi"
limits:
cpu: "300m"
memory: "500Mi"
ephemeral-storage: "300Mi"
resources:
requests:
cpu: "100m"
memory: "150Mi"
ephemeral-storage: "100Mi"
limits:
cpu: "300m"
memory: "500Mi"
ephemeral-storage: "300Mi"

---
apiVersion: v1
Expand Down

0 comments on commit c24c85d

Please sign in to comment.