add namespace
This commit is contained in:
parent
aafaec0cab
commit
9303cdc26a
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ apiVersion: apps/v1
|
|||
kind: Deployment
|
||||
metadata:
|
||||
name: ip-deployment
|
||||
namespace: default
|
||||
namespace: ip
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: ip-headless
|
||||
namespace: default
|
||||
namespace: ip
|
||||
spec:
|
||||
selector:
|
||||
app: ip
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ apiVersion: networking.k8s.io/v1
|
|||
kind: Ingress
|
||||
metadata:
|
||||
name: ip-deployment
|
||||
namespace: default
|
||||
namespace: ip
|
||||
labels:
|
||||
app.kubernetes.io/name: ip-deployment
|
||||
app.kubernetes.io/instance: ip-deployment
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: ip-service
|
||||
namespace: default
|
||||
namespace: ip
|
||||
spec:
|
||||
selector:
|
||||
app: ip
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue