Update examples
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
patches:
|
||||
- redis-slave-deployment.yaml
|
||||
- redis-slave-service.yaml
|
||||
@@ -0,0 +1,6 @@
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: redis-slave
|
||||
spec:
|
||||
replicas: 0
|
||||
@@ -0,0 +1,7 @@
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: redis-slave
|
||||
spec:
|
||||
selector:
|
||||
role: master
|
||||
Reference in New Issue
Block a user