* CEC-4013 removing CPU limits * CEC-4013 deployment template changes --------- Co-authored-by: Christopher Rai <christopherrai@Christophers-MacBook-Pro.local>
13 lines
167 B
YAML
13 lines
167 B
YAML
ingress:
|
|
hostname: stg-ota-admin.cloud.fiskerinc.com
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
#cpu: 250m
|
|
memory: 256Mi
|
|
|
|
replicas: 1
|