Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add posibility for custom volumes #128

Merged
merged 1 commit into from
Aug 13, 2024
Merged

Conversation

Nierhoff
Copy link
Contributor

Hi,

As mentioned in #125 here is a way to add custom volumes, which could be used for a dedicated logvolume.

deploy:
  volumeMounts:
    - name: logs
      mountPath: /logs
  volumes:
    - name: logs
      emptyDir: {}

What do you think of the implementation ?

Copy link
Collaborator

@rigazilla rigazilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@rigazilla rigazilla merged commit 7476e04 into infinispan:main Aug 13, 2024
1 check failed
@rigazilla
Copy link
Collaborator

merged thanks @Nierhoff !

@Nierhoff Nierhoff deleted the custom-mounts branch August 13, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants