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
|
||||
metadata:
|
||||
name: redis-deployment
|
||||
namespace: database
|
||||
labels:
|
||||
app: redis
|
||||
spec:
|
||||
|
@ -25,6 +26,7 @@ apiVersion: v1
|
|||
kind: Service
|
||||
metadata:
|
||||
name: redis-service
|
||||
namespace: database
|
||||
spec:
|
||||
selector:
|
||||
app: redis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue