feat: Redesign interactive map with a historical theme and enhance Kubernetes deployment robustness.
All checks were successful
Harita Build ve Deploy / build-and-deploy (push) Successful in 22s
All checks were successful
Harita Build ve Deploy / build-and-deploy (push) Successful in 22s
This commit is contained in:
@@ -23,6 +23,21 @@ spec:
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 80
|
||||
# Kaynak limitleri eklemek best-practice'dir
|
||||
resources:
|
||||
requests:
|
||||
memory: "32Mi"
|
||||
cpu: "10m"
|
||||
limits:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
# Uygulamanın ayakta olup olmadığını kontrol eder
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
port: 80
|
||||
initialDelaySeconds: 5
|
||||
periodSeconds: 10
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
||||
Reference in New Issue
Block a user