mirror of
https://github.com/cna-bootcamp/phonebill.git
synced 2025-12-06 08:06:24 +00:00
17 lines
315 B
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" |