add patches for resources
All checks were successful
Mirror to GitHub / mirror (push) Successful in 9s

This commit is contained in:
jona.klaess
2026-06-16 15:26:20 +02:00
parent da7c0a8779
commit e37bd8821c
8 changed files with 120 additions and 1 deletions

16
teastore/webui-patch.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: teastore-webui
spec:
template:
spec:
containers:
- name: teastore-webui
resources:
requests:
cpu: 100m
memory: 0.3Gi
limits:
cpu: 300m
memory: 0.65Gi