Skip to content

acaisoft/bolt-platform-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bolt Platform Umbrella Chart

Chart that holds all required components to deploy testing platform.

Installation guide

  1. Install cert-manager - installation steps
  2. Apply cluster-issuer
kubectl apply -f cluster-issuer.yaml

cluster-issuer.yaml

apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
  name: letsencrypt-prod
spec:
  acme:
    email: PLACEHOLDER
    solvers: 
    - http01:
        ingress:
          class: nginx
    privateKeySecretRef:
      name: letsencrypt-prod
    server: https://acme-v02.api.letsencrypt.org/directory
  1. Replace all PLACEHOLDER in values.yaml
  2. Install Bolt Platform Umbrella Chart
  3. Wait for everything to start and you should be able to access bolt platform.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •