Skip to content
This repository was archived by the owner on Apr 24, 2018. It is now read-only.

Commit 3b53ed5

Browse files
committed
fix suffix
1 parent 91778e9 commit 3b53ed5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
kubectl --context="$1" --namespace="$2" apply -Rf=./k8s --force
3-
kubectl --context="$1" --namespace="$2" delete pods -l name=redis-nodes
3+
kubectl --context="$1" --namespace="$2" delete pods -l name=redis-node

k8s/redis-node-statefulset.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
resources:
5050
requests:
5151
cpu: 25m
52-
memory: 50mi
52+
memory: 50Mi
5353
livenessProbe: &healthcheck
5454
exec:
5555
command: [ "redis-cli", "-p", "26379", "ping" ]
@@ -74,7 +74,7 @@ spec:
7474
resources:
7575
requests:
7676
cpu: 25m
77-
memory: 50mi
77+
memory: 50Mi
7878

7979
volumes:
8080
- name: pod-info

0 commit comments

Comments
 (0)