Skip to content

Commit 5221ac1

Browse files
AllenAnthesapex-omontgomery
authored andcommitted
Add fallback docker images for BE
1 parent 2025d47 commit 5221ac1

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

kubernetes/operationcode_python_backend/overlays/prod/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ spec:
77
spec:
88
containers:
99
- name: app
10+
image: operationcode/back-end:master
1011
env:
1112
- name: DB_HOST
1213
value: python-prod.czwauqf3tjaz.us-east-2.rds.amazonaws.com
@@ -15,6 +16,6 @@ spec:
1516
- name: EXTRA_HOSTS
1617
value: api.operationcode.org
1718
- name: RELEASE
18-
value: 1.0.0
19+
value: 1.0.1
1920
- name: SITE_ID
2021
value: "4"

kubernetes/operationcode_python_backend/overlays/staging/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ spec:
77
spec:
88
containers:
99
- name: app
10+
image: operationcode/back-end:staging
1011
env:
1112
- name: DB_HOST
1213
value: python-staging.czwauqf3tjaz.us-east-2.rds.amazonaws.com
1314
- name: ENVIRONMENT
1415
value: aws_staging
1516
- name: RELEASE
16-
value: 1.0.0
17+
value: 1.0.1

0 commit comments

Comments
 (0)