add namespace

This commit is contained in:
2026-05-31 22:35:25 -05:00
parent 027467119c
commit 1bd6e79ae0
3 changed files with 6 additions and 0 deletions
@@ -2,6 +2,7 @@ apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: nimh-static name: nimh-static
namespace: nimh
spec: spec:
replicas: 1 replicas: 1
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
medadata:
name: nimh
@@ -2,6 +2,7 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: nimh-static name: nimh-static
namespace: nimh
spec: spec:
selector: selector:
app: nimh-static app: nimh-static