Skip to content

Commit

Permalink
memcached deployment updates
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Jan 9, 2023
1 parent e07668a commit 826de89
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .k8s/manifest-dallas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: alquran-cloud-api-memcached
namespace: alquran-cloud
spec:
replicas: 2
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
Expand All @@ -19,6 +19,8 @@ spec:
labels:
app: alquran-cloud-api-memcached
spec:
nodeSelector:
lke.linode.com/pool-id: "130436"
containers:
- name: alquran-cloud-api-memcached
image: memcached:1.6
Expand Down
4 changes: 3 additions & 1 deletion .k8s/manifest-london.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: alquran-cloud-api-memcached
namespace: alquran-cloud
spec:
replicas: 2
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
Expand All @@ -19,6 +19,8 @@ spec:
labels:
app: alquran-cloud-api-memcached
spec:
nodeSelector:
lke.linode.com/pool-id: "130435"
containers:
- name: alquran-cloud-api-memcached
image: memcached:1.6
Expand Down
4 changes: 3 additions & 1 deletion .k8s/manifest-singapore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: alquran-cloud-api-memcached
namespace: alquran-cloud
spec:
replicas: 2
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
Expand All @@ -19,6 +19,8 @@ spec:
labels:
app: alquran-cloud-api-memcached
spec:
nodeSelector:
lke.linode.com/pool-id: "130426"
containers:
- name: alquran-cloud-api-memcached
image: memcached:1.6
Expand Down

0 comments on commit 826de89

Please sign in to comment.