Skip to content

sciencemesh/efss-deployment-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Examples for deploying EFSS

In this repository, you can find examples of how to build images for your local EFSS deployment in Docker or in the Kubernetes environment. The examples describe the build including the sciencemesh patches and necessary integration application.

Currently, we have prepared the examples for ownCloud deployment for CESNET QA environment based on the official ownCloud Helm chart and custom-built ownCloud/server Docker image. If you want to use this you have to change the values.yaml according to your site environment.

Source Code

Requirements

Kubernetes: ~1.21.0-0 || ~1.22.0-0 || ~1.23.0-0 || ~1.24.0-0 || ~1.25.0-0 Helm

Usage

helm repo add owncloud https://owncloud-docker.github.io/helm-charts
helm repo update

Building & publishing Docker image

cd ./cesnet-owncloud-qa
docker build .  --tag your-registry.org/owncloud-qa:10.10 --compress
docker push your-registry.org/owncloud-qa:10.10

Installing the Chart

To install the chart, with your customized values, with the release name my-owncloud-qa-instance:

helm install my-owncloud-qa-instance -f values.yaml owncloud/owncloud

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published