From 96f6147cd70bbced495226b9dfc3b4e36bb25be4 Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Wed, 7 Feb 2024 14:30:20 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20vault=20argocd=EB=A1=9C=20=EC=9D=B4?= =?UTF-8?q?=EB=8F=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {charts => apps}/vault/Chart.yaml | 2 +- {charts => apps}/vault/values.yaml | 14 +++++++------- charts/xquare-application/values.yaml | 9 +++++++++ 3 files changed, 17 insertions(+), 8 deletions(-) rename {charts => apps}/vault/Chart.yaml (92%) rename {charts => apps}/vault/values.yaml (65%) diff --git a/charts/vault/Chart.yaml b/apps/vault/Chart.yaml similarity index 92% rename from charts/vault/Chart.yaml rename to apps/vault/Chart.yaml index 1e0c3609..6f95e4f7 100644 --- a/charts/vault/Chart.yaml +++ b/apps/vault/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: vault description: Vault for secret type: application -version: 1.0.10 +version: 1.0.0 appVersion: 1.15.2 dependencies: - name: vault diff --git a/charts/vault/values.yaml b/apps/vault/values.yaml similarity index 65% rename from charts/vault/values.yaml rename to apps/vault/values.yaml index b314e97c..abbcdc02 100644 --- a/charts/vault/values.yaml +++ b/apps/vault/values.yaml @@ -4,21 +4,21 @@ vault: enabled: true resources: requests: - memory: 256Mi - cpu: 250m + memory: 60Mi + cpu: 80m limits: - memory: 256Mi - cpu: 250m + memory: 120Mi + cpu: 120m server: enabled: true resources: requests: - memory: 256Mi - cpu: 200m + memory: 200Mi + cpu: 100m limits: memory: 512Mi - cpu: 400m + cpu: 256m ui: enabled: true diff --git a/charts/xquare-application/values.yaml b/charts/xquare-application/values.yaml index 981b9e49..3230c1e2 100644 --- a/charts/xquare-application/values.yaml +++ b/charts/xquare-application/values.yaml @@ -116,6 +116,15 @@ projects: source: path: apps/infisical repoURL: https://github.com/team-xquare/k8s-resource.git + syncPolicy: + automated: + prune: false + selfHeal: true + - name: vault + namespace: vault + source: + path: apps/vault + repoURL: https://github.com/team-xquare/k8s-resource.git syncPolicy: automated: prune: false