Chart that holds all required components to deploy testing platform.
- Install
cert-manager- installation steps - 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
- Replace all
PLACEHOLDERin values.yaml - Install Bolt Platform Umbrella Chart
- Wait for everything to start and you should be able to access bolt platform.