diff --git a/templates/api/api-config.yaml b/templates/api-config.yaml
similarity index 100%
rename from templates/api/api-config.yaml
rename to templates/api-config.yaml
diff --git a/templates/api/api-deployment.yaml b/templates/api-deployment.yaml
similarity index 100%
rename from templates/api/api-deployment.yaml
rename to templates/api-deployment.yaml
diff --git a/templates/api/api-ingress.yaml b/templates/api-ingress.yaml
similarity index 100%
rename from templates/api/api-ingress.yaml
rename to templates/api-ingress.yaml
diff --git a/templates/api/api-service.yaml b/templates/api-service.yaml
similarity index 100%
rename from templates/api/api-service.yaml
rename to templates/api-service.yaml
diff --git a/templates/front/front-config.yaml b/templates/front-config.yaml
similarity index 100%
rename from templates/front/front-config.yaml
rename to templates/front-config.yaml
diff --git a/templates/front/front-deployment.yaml b/templates/front-deployment.yaml
similarity index 100%
rename from templates/front/front-deployment.yaml
rename to templates/front-deployment.yaml
diff --git a/templates/front/front-ingress.yaml b/templates/front-ingress.yaml
similarity index 100%
rename from templates/front/front-ingress.yaml
rename to templates/front-ingress.yaml
diff --git a/templates/front/front-service.yaml b/templates/front-service.yaml
similarity index 100%
rename from templates/front/front-service.yaml
rename to templates/front-service.yaml
diff --git a/templates/database/pg-config.yaml b/templates/pg-config.yaml
similarity index 100%
rename from templates/database/pg-config.yaml
rename to templates/pg-config.yaml
diff --git a/templates/database/pg-credentials.yaml b/templates/pg-credentials.yaml
similarity index 100%
rename from templates/database/pg-credentials.yaml
rename to templates/pg-credentials.yaml
diff --git a/templates/database/pg-deployment.yaml b/templates/pg-deployment.yaml
similarity index 100%
rename from templates/database/pg-deployment.yaml
rename to templates/pg-deployment.yaml
diff --git a/templates/database/pg-pvc.yaml b/templates/pg-pvc.yaml
similarity index 100%
rename from templates/database/pg-pvc.yaml
rename to templates/pg-pvc.yaml
diff --git a/templates/database/pg-service.yaml b/templates/pg-service.yaml
similarity index 100%
rename from templates/database/pg-service.yaml
rename to templates/pg-service.yaml