openanalytics / containerproxy

Manage HTTP proxy routes into Docker containers
Apache License 2.0
45 stars 66 forks source link

switch from HostPath to PersistentVolumeClaim #6

Closed insatomcat closed 5 years ago

insatomcat commented 5 years ago

Following issue #5, I think that supporting PersistentVolumeClaim should be pretty easy. This commit/PR is just a proof of concept for now. I was able to confirm that it was working by using the same "container-volume" syntax in application.yml: container-volumes: ["claim_name:/path_in_container"]