- data: CNPG cluster tuning, OpenBao values, OpenSearch deployment fixes, OpenSearch PVC, barman vault secret for S3 backup credentials - storage: SeaweedFS filer updates (s3.json via secret subPath), PVC for filer persistent storage - devtools: Gitea values (SSH service, custom theme), gitea-theme-cm ConfigMap - ory: add kratos-selfservice-urls.yaml for self-service flow URLs - media: LiveKit values updated (TURN config, STUN, resource limits) - vso: kustomization cleanup
32 lines
796 B
YAML
32 lines
796 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: data
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- postgres-cluster.yaml
|
|
- valkey-deployment.yaml
|
|
- valkey-service.yaml
|
|
- opensearch-deployment.yaml
|
|
- opensearch-service.yaml
|
|
- opensearch-pvc.yaml
|
|
- openbao-keys-placeholder.yaml
|
|
- barman-vault-secret.yaml
|
|
|
|
helmCharts:
|
|
# helm repo add cnpg https://cloudnative-pg.github.io/charts
|
|
- name: cloudnative-pg
|
|
repo: https://cloudnative-pg.github.io/charts
|
|
version: "0.27.1"
|
|
releaseName: cloudnative-pg
|
|
namespace: data
|
|
|
|
# helm repo add openbao https://openbao.github.io/openbao-helm
|
|
- name: openbao
|
|
repo: https://openbao.github.io/openbao-helm
|
|
version: "0.25.6"
|
|
releaseName: openbao
|
|
namespace: data
|
|
valuesFile: openbao-values.yaml
|