Skip to content

Commit

Permalink
release-2.0: Pin examples/kubernetes at v2.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
enisoc committed Jul 12, 2016
1 parent 18ea3c3 commit d429f40
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/kubernetes/guestbook-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: guestbook
image: vitess/guestbook
image: vitess/guestbook:v2.0.0
livenessProbe:
httpGet:
path: /env
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/vtctld-controller-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
spec:
containers:
- name: vtctld
image: vitess/lite
image: vitess/lite:v2.0.0
livenessProbe:
httpGet:
path: /debug/vars
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/vtgate-controller-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: vtgate
image: vitess/lite
image: vitess/lite:v2.0.0
livenessProbe:
httpGet:
path: /debug/vars
Expand Down
4 changes: 2 additions & 2 deletions examples/kubernetes/vttablet-pod-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
containers:
- name: vttablet
image: vitess/lite
image: vitess/lite:v2.0.0
livenessProbe:
httpGet:
path: /debug/vars
Expand Down Expand Up @@ -80,7 +80,7 @@ spec:
-orc_discover_interval 5m
-restore_from_backup {{backup_flags}}" vitess
- name: mysql
image: vitess/lite
image: vitess/lite:v2.0.0
volumeMounts:
- name: syslog
mountPath: /dev/log
Expand Down
2 changes: 1 addition & 1 deletion examples/kubernetes/vtworker-pod-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
spec:
containers:
- name: vtworker
image: vitess/lite
image: vitess/lite:v2.0.0
volumeMounts:
- name: syslog
mountPath: /dev/log
Expand Down

0 comments on commit d429f40

Please sign in to comment.