Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
update containers to latest 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Grawinkel committed Apr 16, 2018
1 parent 5a3fb2b commit 7ab85a1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions deploy/client-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ spec:
prometheus.io/port: '55000'
labels:
role: client
version: "2.0.pre"
version: "2"
spec:
#serviceAccountName: quobyteclientsrv
containers:
- name: quobyte-client
image: quay.io/quobyte/quobyte-client:2.0.pre
image: quay.io/quobyte/quobyte-client:2
imagePullPolicy: Always
# NOTE(kaisers): The weird if check before mkdir -p is required to not hang on a stale mount
command:
Expand Down
4 changes: 2 additions & 2 deletions deploy/data-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ spec:
prometheus.io/port: '7873'
labels:
role: data
version: "2.0.pre"
version: "2"
spec:
containers:
- name: quobyte-data
image: quay.io/quobyte/quobyte-server:2.0.pre
image: quay.io/quobyte/quobyte-server:2
# imagePullPolicy: Always
# resources:
# requests:
Expand Down
4 changes: 2 additions & 2 deletions deploy/metadata-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ spec:
prometheus.io/port: '7872'
labels:
role: metadata
version: "2.0.pre"
version: "2"
spec:
containers:
- name: quobyte-metadata
image: quay.io/quobyte/quobyte-server:2.0.pre
image: quay.io/quobyte/quobyte-server:2
# imagePullPolicy: Always
# resources:
# limits:
Expand Down
4 changes: 2 additions & 2 deletions deploy/qmgmt-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ kind: Pod
metadata:
labels:
role: qmgmt-pod
version: "2.0.pre"
version: "2"
name: qmgmt-pod
namespace: quobyte
spec:
containers:
- name: qmgmt-pod
image: quay.io/quobyte/quobyte-server:2.0.pre
image: quay.io/quobyte/quobyte-server:2
command:
- /bin/bash
- -xec
Expand Down
4 changes: 2 additions & 2 deletions deploy/registry-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ spec:
metadata:
labels:
role: registry
version: "2.0.pre"
version: "2"
spec:
containers:
- name: quobyte-registry
image: quay.io/quobyte/quobyte-server:2.0.pre
image: quay.io/quobyte/quobyte-server:2
# imagePullPolicy: Always
# resources:
# limits:
Expand Down
6 changes: 3 additions & 3 deletions deploy/webconsole-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ spec:
metadata:
labels:
role: webconsole
version: "2.0.pre"
version: "2"
spec:
containers:
- name: quobyte-webconsole
image: quay.io/quobyte/quobyte-server:2.0.pre
image: quay.io/quobyte/quobyte-server:2
# imagePullPolicy: Always
# resources:
# limits:
Expand Down Expand Up @@ -49,7 +49,7 @@ spec:
containerPort: 8080
protocol: TCP
- name: quobyte-api
image: quay.io/quobyte/quobyte-server:2.0.pre
image: quay.io/quobyte/quobyte-server:2
env:
- name: QUOBYTE_SERVICE
value: api
Expand Down

0 comments on commit 7ab85a1

Please sign in to comment.