Skip to content

Commit

Permalink
Add persistence
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed May 14, 2024
1 parent 990e501 commit dd410b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/e2e/idrs/idrs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ spec:
coherence:
management:
enabled: true
persistence:
mode: active
persistentVolumeClaim:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
jvm:
args:
- "-Dcoherence.management=local-only"
Expand Down

0 comments on commit dd410b1

Please sign in to comment.