thanos compactor: use emptydir instead of a longhorn volume
This commit is contained in:
parent
bc283bd014
commit
318dcf3fe1
1 changed files with 3 additions and 10 deletions
|
@ -296,13 +296,6 @@ spec:
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
type: RuntimeDefault
|
type: RuntimeDefault
|
||||||
terminationGracePeriodSeconds: 120
|
terminationGracePeriodSeconds: 120
|
||||||
volumes: []
|
volumes:
|
||||||
volumeClaimTemplates:
|
- name: data
|
||||||
- metadata:
|
emptyDir: {}
|
||||||
name: data
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 50Gi
|
|
||||||
|
|
Loading…
Reference in a new issue