Skip to content

Commit

Permalink
Simplified prod deployemnt for now without db.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen committed May 2, 2024
1 parent 0238325 commit 72e208d
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions manifests/built/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,3 @@ spec:
requests:
cpu: "250m"
memory: "64Mi"
- name: locust-db
image: cyberw/locust-timescale:6
ports:
- containerPort: 5432
envFrom:
- secretRef:
name: locust-secrets
resources:
limits:
cpu: "1"
memory: "1Gi"
requests:
cpu: "250m"
memory: "64Mi"
volumeMounts:
- name: data-pvc
mountPath: /var/lib/postgresql/data
volumes:
- name: data-pvc
persistentVolumeClaim:
claimName: data-pvc

0 comments on commit 72e208d

Please sign in to comment.