kustomization.yaml 209 B

1234567891011
  1. apiVersion: kustomize.config.k8s.io/v1beta1
  2. kind: Kustomization
  3. namespace: restreamer
  4. resources:
  5. - ../../base/restreamer
  6. - endpoints.yaml
  7. - service.yaml
  8. - ingress.yaml
  9. patchesStrategicMerge:
  10. - deployment.yaml