kustomization.yaml 543 B

1234567891011121314151617181920212223
  1. apiVersion: kustomize.config.k8s.io/v1beta1
  2. kind: Kustomization
  3. namespace: opensearch
  4. resources:
  5. - namespace.yaml
  6. - filebeat-deployment.yaml
  7. - opensearch-dashboards-deployment.yaml
  8. - opensearch-dashboards-service.yaml
  9. - opensearch-node1-deployment.yaml
  10. - opensearch-node1-service.yaml
  11. - jobs
  12. - pvc.yaml
  13. configMapGenerator:
  14. - name: filebeat
  15. files:
  16. - filebeat.yml=filebeat.yaml
  17. - name: opensearch-scripts
  18. files:
  19. - script.sh=scripts/script.sh
  20. - name: opensearch-dashboards
  21. files:
  22. - opensearch_dashboards.yml=opensearch_dashboards.yml