Skip to content

Commit

Permalink
Update yugabyte-statefulset.yaml (#46)
Browse files Browse the repository at this point in the history
fixed the tserver rpc and ui ports as well as added cassandra/redis to tserver ports
  • Loading branch information
schoudhury authored Feb 8, 2018
1 parent 6adc9cf commit ee5bed3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions cloud/kubernetes/yugabyte-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,13 @@ spec:
clusterIP: None
ports:
- name: ui
port: 7000
port: 9000
- name: rpc-port
port: 7100
port: 9100
- name: cassandra
port: 9042
- name: redis
port: 6379
selector:
app: yb-tserver
---
Expand Down Expand Up @@ -175,7 +179,9 @@ spec:
- containerPort: 9100
name: tserver-rpc
- containerPort: 9042
name: cql
name: cassandra
- containerPort: 6379
name: redis
# These volume mounts are persistent. They are like inline claims,
# but not exactly because the names need to match exactly one of
# the stateful pod volumes.
Expand Down

0 comments on commit ee5bed3

Please sign in to comment.