theshire/kubernetes/apps/database/emqx/cluster/kustomization.yaml

26 lines
565 B
YAML
Raw Normal View History

---
# yaml-language-server: $schema=https://json.schemastore.org/kustomization
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./cluster.yaml
- ./ingress.yaml
- ./podmonitor.yaml
2024-09-22 21:10:53 -05:00
patchesStrategicMerge:
- cluster.yaml
replacements:
- source:
kind: ConfigMap
name: emqx-conf
2024-09-22 23:56:46 -05:00
fieldPath: data.emqx\.conf
2024-09-22 21:10:53 -05:00
targets:
- select:
kind: EMQX
name: emqx
fieldPaths:
- spec.config.data
options:
delimiter: |
generatorOptions:
disableNameSuffixHash: true