diff --git a/deployment.yaml b/deployment.yaml index e9ab7cf..ed3707a 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -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 diff --git a/index.html b/index.html index 9a6406f..1aec7ed 100644 --- a/index.html +++ b/index.html @@ -1,314 +1,560 @@ +
-Doğu Üstte | Eğitim & Profesyonel Kullanım
+ + + +