16 lines
309 B
YAML
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 |