feat(kubernetes): add namespace for podinfo deployment

- create a new namespace for podinfo
- ensure isolation of podinfo resources
- improve organization of Kubernetes resources

🤖
This commit is contained in:
Sebastian Mark 2024-10-09 17:05:28 +02:00
parent e29eb79db1
commit 53b17f5141

View file

@ -1,4 +1,9 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: podinfo
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata: