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

10 lines
258 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
generatorOptions:
disableNameSuffixHash: true