Skip to content

Commit

Permalink
[Deployment][Kubernetes] Update logs volume to ephemeral
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed Sep 18, 2022
1 parent 2f24b54 commit feb1738
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions octobot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ spec:
restartPolicy: Always
volumes:
- name: octobot-logs
persistentVolumeClaim:
claimName: octobot-logs
emptyDir: {}
- name: octobot-backtesting
persistentVolumeClaim:
claimName: octobot-backtesting
Expand All @@ -62,22 +61,6 @@ spec:
- name: octobot-user
persistentVolumeClaim:
claimName: octobot-user
status: {}

---
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
service: octobot
name: octobot-logs
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Mi
status: {}

---
apiVersion: v1
Expand All @@ -92,7 +75,6 @@ spec:
resources:
requests:
storage: 100Mi
status: {}

---
apiVersion: v1
Expand All @@ -107,7 +89,6 @@ spec:
resources:
requests:
storage: 100Mi
status: {}

---
apiVersion: v1
Expand All @@ -122,4 +103,3 @@ spec:
resources:
requests:
storage: 100Mi
status: {}

0 comments on commit feb1738

Please sign in to comment.