add vault

This commit is contained in:
Kochetkov S 2026-04-14 13:55:49 +03:00
parent 755435acf8
commit 694b72d52a
7 changed files with 54 additions and 0 deletions

View File

@ -134,3 +134,10 @@ patches:
kind: HelmRelease kind: HelmRelease
name: openldap name: openldap
namespace: openldap namespace: openldap
- path: ./patches/vault.yaml
target:
group: helm.toolkit.fluxcd.io
version: v2
kind: HelmRelease
name: vailt
namespace: vault

View File

@ -0,0 +1,8 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: vault
namespace: vault
spec:
interval: 5m
timeout: 10m

View File

@ -19,3 +19,4 @@ resources:
- istio-pilot - istio-pilot
- istio-gateway - istio-gateway
- zitadel - zitadel
- vault

View File

@ -0,0 +1,22 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: vault
namespace: vault
spec:
interval: 10m
chart:
spec:
chart: vault-contour
version: "0.1.0"
sourceRef:
kind: HelmRepository
name: yc-oci-charts
namespace: flux-system
interval: 10m
install:
remediation:
retries: 3
upgrade:
remediation:
retries: 3

View File

@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: zitadel
resources:
- helmrelease.yaml
- namespace.yaml

View File

@ -0,0 +1,6 @@
apiVersion: v1
kind: Namespace
metadata:
name: vault
labels:
istio-injection: enabled

View File

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- base