Skip to content

Commit

Permalink
feat :: vault argocd로 이동
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Feb 7, 2024
1 parent 6ee9723 commit 96f6147
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/vault/Chart.yaml → apps/vault/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions charts/vault/values.yaml → apps/vault/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions charts/xquare-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96f6147

Please sign in to comment.