From c426eb7404e2b516b5a59637307c4c1cc3162286 Mon Sep 17 00:00:00 2001 From: ITO Mac Date: Mon, 8 Jun 2026 21:34:29 +0200 Subject: [PATCH] moved to manifests --- {app => manifests/app}/deployment.yaml | 0 {app => manifests/app}/ingress.yaml | 0 {app => manifests/app}/service.yaml | 0 {config => manifests/config}/configmap.yaml | 0 {config => manifests/config}/namespace.yaml | 0 {config => manifests/config}/secret.yaml | 0 {database => manifests/database}/deployment.yaml | 0 {database => manifests/database}/pvc.yaml | 0 {database => manifests/database}/service.yaml | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {app => manifests/app}/deployment.yaml (100%) rename {app => manifests/app}/ingress.yaml (100%) rename {app => manifests/app}/service.yaml (100%) rename {config => manifests/config}/configmap.yaml (100%) rename {config => manifests/config}/namespace.yaml (100%) rename {config => manifests/config}/secret.yaml (100%) rename {database => manifests/database}/deployment.yaml (100%) rename {database => manifests/database}/pvc.yaml (100%) rename {database => manifests/database}/service.yaml (100%) 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