Skip to content

Commit

Permalink
release/v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bourgeoisor committed Feb 23, 2021
1 parent 8ab189f commit 55d416c
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 15 deletions.
2 changes: 1 addition & 1 deletion kubernetes-manifests/accounts-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
serviceAccountName: default
containers:
- name: accounts-db
image: gcr.io/bank-of-anthos/accounts-db:v0.4.1
image: gcr.io/bank-of-anthos/accounts-db:v0.4.2
envFrom:
- configMapRef:
name: environment-config
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/balance-reader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: balancereader
image: gcr.io/bank-of-anthos/balancereader:v0.4.1
image: gcr.io/bank-of-anthos/balancereader:v0.4.2
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.1"
value: "v0.4.2"
- name: PORT
value: "8080"
# toggle Cloud Trace export
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/contacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: contacts
image: gcr.io/bank-of-anthos/contacts:v0.4.1
image: gcr.io/bank-of-anthos/contacts:v0.4.2
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.1"
value: "v0.4.2"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
11 changes: 9 additions & 2 deletions kubernetes-manifests/frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: front
image: gcr.io/bank-of-anthos/frontend:v0.4.1
image: gcr.io/bank-of-anthos/frontend:v0.4.2
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.1"
value: "v0.4.2"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down Expand Up @@ -74,6 +74,13 @@ spec:
initialDelaySeconds: 10
periodSeconds: 5
timeoutSeconds: 10
livenessProbe:
httpGet:
path: /ready
port: 8080
initialDelaySeconds: 60
periodSeconds: 15
timeoutSeconds: 30
resources:
requests:
cpu: 100m
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/ledger-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
serviceAccountName: default
containers:
- name: postgres
image: gcr.io/bank-of-anthos/ledger-db:v0.4.1
image: gcr.io/bank-of-anthos/ledger-db:v0.4.2
ports:
- containerPort: 5432
envFrom:
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/ledger-writer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: ledgerwriter
image: gcr.io/bank-of-anthos/ledgerwriter:v0.4.1
image: gcr.io/bank-of-anthos/ledgerwriter:v0.4.2
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.1"
value: "v0.4.2"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
2 changes: 1 addition & 1 deletion kubernetes-manifests/loadgenerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
restartPolicy: Always
containers:
- name: loadgenerator
image: gcr.io/bank-of-anthos/loadgenerator:v0.4.1
image: gcr.io/bank-of-anthos/loadgenerator:v0.4.2
env:
- name: FRONTEND_ADDR
value: "frontend:80"
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/transaction-history.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: transactionhistory
image: gcr.io/bank-of-anthos/transactionhistory:v0.4.1
image: gcr.io/bank-of-anthos/transactionhistory:v0.4.2
volumeMounts:
- name: publickey
mountPath: "/root/.ssh"
readOnly: true
env:
- name: VERSION
value: "v0.4.1"
value: "v0.4.2"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down
4 changes: 2 additions & 2 deletions kubernetes-manifests/userservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
terminationGracePeriodSeconds: 5
containers:
- name: userservice
image: gcr.io/bank-of-anthos/userservice:v0.4.1
image: gcr.io/bank-of-anthos/userservice:v0.4.2
volumeMounts:
- name: keys
mountPath: "/root/.ssh"
Expand All @@ -39,7 +39,7 @@ spec:
containerPort: 8080
env:
- name: VERSION
value: "v0.4.1"
value: "v0.4.2"
- name: PORT
value: "8080"
- name: ENABLE_TRACING
Expand Down

0 comments on commit 55d416c

Please sign in to comment.