add namespace
This commit is contained in:
@@ -2,6 +2,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: nimh-static
|
||||
namespace: nimh
|
||||
|
||||
spec:
|
||||
replicas: 1
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
medadata:
|
||||
name: nimh
|
||||
@@ -2,6 +2,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: nimh-static
|
||||
namespace: nimh
|
||||
spec:
|
||||
selector:
|
||||
app: nimh-static
|
||||
|
||||
Reference in New Issue
Block a user