diff --git a/deploy/applications.yaml b/deploy/applications.yaml index 8b04abe..382ab73 100644 --- a/deploy/applications.yaml +++ b/deploy/applications.yaml @@ -12,7 +12,7 @@ spec: namespace: infra-distrilab project: default source: - path: deploy/k8s-poc-demo/base/ + path: deploy/k8s-poc-demo/prod/ repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git targetRevision: HEAD # --- diff --git a/deploy/k8s-poc-demo/overlays/prod/kustomization.yaml b/deploy/k8s-poc-demo/prod/kustomization.yaml similarity index 65% rename from deploy/k8s-poc-demo/overlays/prod/kustomization.yaml rename to deploy/k8s-poc-demo/prod/kustomization.yaml index 7818ab7..f5d4f25 100644 --- a/deploy/k8s-poc-demo/overlays/prod/kustomization.yaml +++ b/deploy/k8s-poc-demo/prod/kustomization.yaml @@ -1,6 +1,6 @@ bases: -- ../../base/ -#namePrefix: prod- +- ../base/ +namePrefix: prod- patchesStrategicMerge: - replicas.yaml - resources.yaml diff --git a/deploy/k8s-poc-demo/overlays/prod/replicas.yaml b/deploy/k8s-poc-demo/prod/replicas.yaml similarity index 100% rename from deploy/k8s-poc-demo/overlays/prod/replicas.yaml rename to deploy/k8s-poc-demo/prod/replicas.yaml diff --git a/deploy/k8s-poc-demo/overlays/prod/resources.yaml b/deploy/k8s-poc-demo/prod/resources.yaml similarity index 100% rename from deploy/k8s-poc-demo/overlays/prod/resources.yaml rename to deploy/k8s-poc-demo/prod/resources.yaml