# Plain Kubernetes only -- no Rollouts CRDs, so this still applies on a # cluster without Argo installed. # # The nereus-db Secret is not here; see deploy/secrets/README.md. apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization # Sets the namespace on everything below, so the files don't repeat it. namespace: nereus resources: - namespace.yaml - configmap.yaml - postgres.yaml - api-services.yaml - servicemonitor.yaml - loadgen.yaml - ingress.yaml