Skip to content

Commit

Permalink
fixing SS instead of DS and command line flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ldemailly committed Feb 12, 2024
1 parent 39b96fe commit 7180278
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ VOLUME /etc/memstore
VOLUME /var/lib/memstore
WORKDIR /var/lib/memstore
ENTRYPOINT ["/usr/bin/memstore"]
CMD ["-config", "/etc/memstore"]
CMD ["-config-dir", "/etc/memstore"]
11 changes: 5 additions & 6 deletions deploy/memstore.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: apps/v1
kind: DaemonSet
kind: StatefulSet
metadata:
name: memstore-daemonset
name: memstore
spec:
replicas: 3
selector:
matchLabels:
app: memstore
Expand All @@ -12,7 +13,5 @@ spec:
app: memstore
spec:
containers:
- name: memstore-container
image: fortio.org/memstore:latest
# Add your container configuration here
replicas: 3
- name: memstore
image: fortio/memstore:latest

0 comments on commit 7180278

Please sign in to comment.