Add namespace to everything

This commit is contained in:
2024-02-14 22:48:34 +00:00
parent bb44bf5c8c
commit 1cb319b135
3 changed files with 3 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ kind: Deployment
apiVersion: apps/v1
metadata:
name: whoami
namespace: apps
labels:
app: whoami

View File

@@ -2,6 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: whoami-ingress
namespace: apps
spec:
rules:
- http:

View File

@@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: whoami
namespace: apps
spec:
ports: