BlueBlaze
Deploying TwentyCRM on AKS with Kubernetes Manifests
The attached manifests worked for me on AKS
To consider
1. Deploy namespace first
2. Deploy PVCs (no need for PV because I'm using the default one provided by AKS)
2. Generate your own APP_SECRET and replace both on server and worker
3. Deploy deployments (securityContext was added on server to allow uid 1000 write access and ports #s are changed to strings to avoid parsing errors and port was added to the PG_DATABASE_URL)
4. Deploy services (service for server is a Load Balancer with a public IP)
5. Copy your public IP and use on deployment server and worker to replace your SERVER_URL variable (is http no https)
6. Redeploy server and worker
7. Open app by using your public IP in your browser port 3000 on http
17 replies