Skip to content

Commit 90ce96c

Browse files
AllenAnthesapex-omontgomery
authored andcommitted
fix BE vars
1 parent 49c3978 commit 90ce96c

3 files changed

Lines changed: 2 additions & 5 deletions

File tree

kubernetes/operationcode_python_backend/base/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- name: RELEASE
2222
value: # Requires overlay
2323
- name: SITE_ID
24-
value: 3
24+
value: "3"
2525
- name: DB_ENGINE
2626
value: django.db.backends.postgresql
2727
- name: DB_NAME

kubernetes/operationcode_python_backend/overlays/prod/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ spec:
77
spec:
88
containers:
99
- name: app
10-
image: operationcode/back-end:latest
1110
env:
1211
- name: DB_HOST
1312
value: python-prod.czwauqf3tjaz.us-east-2.rds.amazonaws.com
@@ -18,4 +17,4 @@ spec:
1817
- name: RELEASE
1918
value: 1.0.0
2019
- name: SITE_ID
21-
value: 4
20+
value: "4"

kubernetes/operationcode_python_backend/overlays/staging/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ spec:
77
spec:
88
containers:
99
- name: app
10-
image: operationcode/back-end:staging
11-
imagePullPolicy: Always
1210
env:
1311
- name: DB_HOST
1412
value: python-staging.czwauqf3tjaz.us-east-2.rds.amazonaws.com

0 commit comments

Comments
 (0)