namespace
This commit is contained in:
parent
5438213258
commit
0ea709f494
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@ apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: redis-deployment
|
name: redis-deployment
|
||||||
|
namespace: database
|
||||||
labels:
|
labels:
|
||||||
app: redis
|
app: redis
|
||||||
spec:
|
spec:
|
||||||
|
@ -25,6 +26,7 @@ apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: redis-service
|
name: redis-service
|
||||||
|
namespace: database
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: redis
|
app: redis
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue