Files
kubernetes-config/teastore/auth-patch.yaml
jona.klaess e37bd8821c
All checks were successful
Mirror to GitHub / mirror (push) Successful in 9s
add patches for resources
2026-06-16 15:26:20 +02:00

16 lines
309 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: teastore-auth
spec:
template:
spec:
containers:
- name: teastore-auth
resources:
requests:
cpu: 20m
memory: 0.3Gi
limits:
cpu: 40m
memory: 0.5Gi