Add whoami to a namespace

This commit is contained in:
2024-02-14 22:32:55 +00:00
parent a7c4f3f1e4
commit 4edfd4a877
2 changed files with 5 additions and 0 deletions

4
apps/apps-namespace.yaml Normal file
View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: apps

View File

@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: apps
resources:
- deployment.yaml
- service.yaml