phonebill/deployment/cicd/kustomize/overlays/prod/deployment-api-gateway-patch.yaml

17 lines
315 B
YAML

apiVersion: apps/v1
kind: Deployment
metadata:
name: api-gateway
spec:
replicas: 1
template:
spec:
containers:
- name: api-gateway
resources:
requests:
memory: "256Mi"
cpu: "256m"
limits:
memory: "1024Mi"
cpu: "1024m"