Skip to content

SEMOSS/SEMOSS_Helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEMOSS Helm Install

This helm package will install a scalable SEMOSS installation backed with a cloud storage provider

Installation

git clone https://github.com/SEMOSS/SEMOSS_Helm.git
cd SEMOSS_Helm/semoss
helm install semoss .

Configuration

Edit the values.yaml to add options such as enabling ingress and adding the hostname

ingress:
  name: "ingress"
  enabled: true
   hosts:
      - host: my.example.org

Additionally add the required storage keys for Azure Blob or S3

Azure Requirements: Azure Account Key, Acure Account Name, Azure Connection String

semoss:
  environmentVariables:
    SEMOSS_STORAGE_PROVIDER: "AZURE"
    AZURE_ACCT_KEY: "aaaaaaaaabbbbbbbbbbccccccc"
    AZURE_ACCT_NAME: "myacct"

S3 Requirements: S3 Region and S3 bucket are required. If available, S3 access key and Secret Key can be provided otherwise it can be loaded through env vars or an IAM instance profile

semoss:
  environmentVariables:
    SEMOSS_STORAGE_PROVIDER: "S3"
    S3_REGION: "us-east-1"
    S3_BUCKET: "mybucket"
    S3_ACCESS_KEY: "abcd"
    S3_SECRET_KEY: "1234"

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •