diff --git a/apps/taiga/index.yaml b/apps/taiga/index.yaml index abfecb9..074cb9d 100644 --- a/apps/taiga/index.yaml +++ b/apps/taiga/index.yaml @@ -384,30 +384,30 @@ options: default: limits: cpu: '2' - memory: 2Gi + memory: 1Gi replicas: 1 requests: cpu: 250m - memory: 500Mi + memory: 1Gi examples: - limits: cpu: '2' - memory: 2Gi + memory: 1Gi replicas: 1 requests: cpu: 250m - memory: 500Mi + memory: 1Gi properties: limits: default: cpu: '2' - memory: 2Gi + memory: 1Gi properties: cpu: default: '2' type: string memory: - default: 2Gi + default: 1Gi type: string type: object replicas: @@ -416,13 +416,13 @@ options: requests: default: cpu: 250m - memory: 500Mi + memory: 1Gi properties: cpu: default: 250m type: string memory: - default: 500Mi + default: 1Gi type: string type: object type: object