Skip to content

Commit

Permalink
Replaced postgres image with locust-timescale
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed May 2, 2024
1 parent e6008fd commit a7f3cc3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifests/base/postgres-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: postgres-secret
type: Opaque
data:
POSTGRES_USER: bG9jdXN0
POSTGRES_USER: cG9zdGdyZXM=
POSTGRES_PASSWORD: Q2JpNk42RWVSUGc2RTdC
---
apiVersion: v1
Expand Down Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:latest
image: cyberw/locust-timescale:6 #postgres:latest
envFrom:
- secretRef:
name: postgres-secret
Expand Down
4 changes: 4 additions & 0 deletions manifests/base/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ data:
SERVE_LOCUST_TEST_USER_PASS: cGFzc3dvcmQxMjM=
SERVE_LOCUST_DO_CREATE_OBJECTS: ZmFsc2U=
PROTECTED_PAGE_RELATIVE_URL: Y2hhbmdlLW1l
PGHOST: cG9zdGdyZXMtc2VydmljZS5sb2N1c3Quc3ZjLmNsdXN0ZXIubG9jYWw=
PGPORT: NTQzMg==
PGUSER: cG9zdGdyZXM=
PGPASSWORD: Q2JpNk42RWVSUGc2RTdC
4 changes: 2 additions & 2 deletions manifests/built/postgres-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: postgres-secret
type: Opaque
data:
POSTGRES_USER: bG9jdXN0
POSTGRES_USER: cG9zdGdyZXM=
POSTGRES_PASSWORD: Q2JpNk42RWVSUGc2RTdC
---
apiVersion: v1
Expand Down Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:latest
image: cyberw/locust-timescale:6 #postgres:latest
envFrom:
- secretRef:
name: postgres-secret
Expand Down
4 changes: 4 additions & 0 deletions manifests/built/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ data:
SERVE_LOCUST_TEST_USER_PASS: cGFzc3dvcmQxMjM=
SERVE_LOCUST_DO_CREATE_OBJECTS: ZmFsc2U=
PROTECTED_PAGE_RELATIVE_URL: Y2hhbmdlLW1l
PGHOST: cG9zdGdyZXMtc2VydmljZS5sb2N1c3Quc3ZjLmNsdXN0ZXIubG9jYWw=
PGPORT: NTQzMg==
PGUSER: cG9zdGdyZXM=
PGPASSWORD: Q2JpNk42RWVSUGc2RTdC

0 comments on commit a7f3cc3

Please sign in to comment.