diff --git a/app/deployment.yaml b/manifests/app/deployment.yaml similarity index 100% rename from app/deployment.yaml rename to manifests/app/deployment.yaml diff --git a/app/ingress.yaml b/manifests/app/ingress.yaml similarity index 100% rename from app/ingress.yaml rename to manifests/app/ingress.yaml diff --git a/app/service.yaml b/manifests/app/service.yaml similarity index 100% rename from app/service.yaml rename to manifests/app/service.yaml diff --git a/config/configmap.yaml b/manifests/config/configmap.yaml similarity index 100% rename from config/configmap.yaml rename to manifests/config/configmap.yaml diff --git a/config/namespace.yaml b/manifests/config/namespace.yaml similarity index 100% rename from config/namespace.yaml rename to manifests/config/namespace.yaml diff --git a/config/secret.yaml b/manifests/config/secret.yaml similarity index 100% rename from config/secret.yaml rename to manifests/config/secret.yaml diff --git a/database/deployment.yaml b/manifests/database/deployment.yaml similarity index 100% rename from database/deployment.yaml rename to manifests/database/deployment.yaml diff --git a/database/pvc.yaml b/manifests/database/pvc.yaml similarity index 100% rename from database/pvc.yaml rename to manifests/database/pvc.yaml diff --git a/database/service.yaml b/manifests/database/service.yaml similarity index 100% rename from database/service.yaml rename to manifests/database/service.yaml