From 8000138bb22b7c45dc2dca0664fbd7a3b78a734f Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sun, 25 Feb 2024 15:26:46 +0800 Subject: [PATCH] apps/mysql/release.yaml: fixed running --- apps/mysql/release.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/apps/mysql/release.yaml b/apps/mysql/release.yaml index 624af81..585ca80 100644 --- a/apps/mysql/release.yaml +++ b/apps/mysql/release.yaml @@ -20,7 +20,6 @@ spec: architecture: standalone auth: createDatabase: true - rootPassword: "mysqladmin" database: "apisix" username: "apisix" password: "apisix" @@ -31,10 +30,8 @@ spec: size: 8Gi resources: requests: - cpu: 100m - memory: 200Mi - limits: - cpu: 200m + cpu: 250m memory: 400Mi - secondary: - replicaCount: 0 + limits: + cpu: 500m + memory: 800Mi