fix: reduce resources and verify service labels

This commit is contained in:
Ivan Filipovic
2026-05-04 17:35:06 +02:00
parent 8e6c78faf4
commit 6f2ef02f4c
2 changed files with 3 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ spec:
- containerPort: 8000 - containerPort: 8000
resources: resources:
requests: requests:
cpu: "50m" cpu: "10m"
memory: "64Mi" memory: "32Mi"
limits: limits:
cpu: "200m" cpu: "200m"
memory: "128Mi" memory: "128Mi"

View File

@@ -5,6 +5,7 @@ metadata:
namespace: student-ivanivso7 namespace: student-ivanivso7
annotations: annotations:
# ── Traefik specifične opcije ── # ── Traefik specifične opcije ──
kubernetes.io/ingress.class: traefik #pokusaj sa "traefik" ako "traefik-v2" ne radi
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
traefik.ingress.kubernetes.io/router.tls: "true" traefik.ingress.kubernetes.io/router.tls: "true"
spec: spec: