22 lines
521 B
YAML
22 lines
521 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
|
||
|
|
|
||
|
|
helmCharts:
|
||
|
|
# CloudNativePG operator — chart name: cloudnative-pg
|
||
|
|
# 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: cnpg
|
||
|
|
namespace: data
|