Skip to content

Commit

Permalink
rename deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyM1 committed Sep 8, 2021
1 parent 87a6794 commit b83c2b6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
apiVersion: apps/v1 # for k8s versions before 1.9.0 use apps/v1beta2 and before 1.8.0 use extensions/v1beta1
kind: Deployment
metadata:
name: redis-slave
name: redis-replica
spec:
selector:
matchLabels:
app: redis
role: slave
role: replica
tier: backend
replicas: 2
template:
metadata:
labels:
app: redis
role: slave
role: replica
tier: backend
spec:
containers:
Expand Down

0 comments on commit b83c2b6

Please sign in to comment.