Skip to content

Commit

Permalink
Be explicit about memcached service
Browse files Browse the repository at this point in the history
  • Loading branch information
jml committed Jun 20, 2016
1 parent 71544ea commit 75a5544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions k8s/local/default/collection-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
- --app.aws.create.tables=true
- --app.memcached.hostname=memcached.default.svc.cluster.local
- --app.memcached.timeout=100ms
- --app.memcached.service=memcached
env:
- name: CHECKPOINT_DISABLE
value: "1"
Expand Down
1 change: 1 addition & 0 deletions k8s/local/default/query-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
- --app.nats=nats://nats.default.svc.cluster.local:4222
- --app.memcached.hostname=memcached.default.svc.cluster.local
- --app.memcached.timeout=100ms
- --app.memcached.service=memcached
env:
- name: CHECKPOINT_DISABLE
value: "1"
Expand Down

0 comments on commit 75a5544

Please sign in to comment.