straight-businessperson-54649
05/16/2023, 11:26 PMstraight-businessperson-54649
05/16/2023, 11:26 PMconfigmap:
namespace_config:
namespace_mapping:
template: "{{ project }}-{{ domain }}"
Cluster resource manager template:
- key: ab_project_resource_quota
value: |
apiVersion: v1
kind: ResourceQuota
metadata:
name: project-quota
namespace: {{ namespace }}
spec:
hard:
limits.cpu: {{ projectQuotaCpu }}
limits.memory: {{ projectQuotaMemory }}
projectQuotaCpu/ProjectQuotaMemory
customData:
- production:
- projectQuotaCpu:
value: "400"
- projectQuotaMemory:
value: "1600Gi"
thankful-minister-83577
thankful-minister-83577
straight-businessperson-54649
05/17/2023, 1:18 AMcluster_resource
here ?straight-businessperson-54649
05/17/2023, 1:20 AMprojectQuotaCpu
and projectQuotaMemory
?thankful-minister-83577
thankful-minister-83577
straight-businessperson-54649
05/17/2023, 1:24 AM