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 plugin for support asynchronous storage #525

Merged
merged 4 commits into from
Jul 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions v3/plugins/eclipse/che-async-pv-plugin/latest.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nightly
37 changes: 37 additions & 0 deletions v3/plugins/eclipse/che-async-pv-plugin/nightly/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
apiVersion: v2
publisher: eclipse
name: che-async-pv-plugin
version: nightly
type: Che Plugin
displayName: Che Async Storage Service
title: Che Async Storage Service Plugin
description: Che Plug-in with service to provide abilty for backup/restore project source from async storage
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
repository: https://github.com/che-incubator/workspace-data-sync
firstPublicationDate: "2020-07-10"
category: Other
spec:
endpoints:
- name: "che-rsync-events"
public: true
targetPort: 4445
attributes:
protocol: ws
type: rsync
discoverable: false
secure: false
cookiesAuthEnabled: true
containers:
- name: che-rsync
image: "quay.io/eclipse/che-sidecar-workspace-data-sync:latest"
memoryLimit: "512M"
lifecycle:
preStop:
exec:
command: ["/bin/sh", "-c", "/scripts/backup.sh"]
mountSources: true
ports:
- exposedPort: 4445
env:
- name: RSYNC_PORT
value: "2222"