diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index 563f147..c21149e 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -1,7 +1,6 @@ global: namespace: my-apps imagePullSecrets: [] - # Backend configuration backend: name: backend @@ -23,7 +22,6 @@ backend: memory: 512Mi env: PYTHONUNBUFFERED: "1" - # Frontend configuration frontend: name: frontend @@ -45,7 +43,7 @@ frontend: limits: cpu: 200m memory: 256Mi - + tag: master-e0b0ec9 # PostgreSQL configuration postgres: name: db @@ -73,7 +71,6 @@ postgres: limits: cpu: 1000m memory: 1Gi - # Ingress (top-level, maps frontend/backend paths) ingress: enabled: true