This is a simple single page website for The Aloe Company, a forever living products distributor.
Deployment is to a kubernetes cluster. A few steps need to be done including secret and service account set up. There are also manual deployment steps for reference.
The helm chart used is a generic-app chart.
A service account is required to allow github-actions access. This is created with:
kubectl apply -f deploy/serviceaccount.yaml
The prod
environment needs to be set up with two secrets:
K8S_URL
- url of kubernetes api serverK8s_SECRET
- yaml content of the service account secret
The following secrets need to be in the deployment namespace.
kubectl create secret generic amplify --from-literal=api_key=XXXXXXXX