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:
parent
e29eb79db1
commit
53b17f5141
1 changed files with 5 additions and 0 deletions
|
@ -1,4 +1,9 @@
|
||||||
---
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
name: podinfo
|
||||||
|
---
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
kind: OCIRepository
|
kind: OCIRepository
|
||||||
metadata:
|
metadata:
|
||||||
|
|
Loading…
Reference in a new issue