...
Install Adeptia Connect:
Code
helm install adeptia-connect-nuvem-prod adeptia-connect/adeptia-connect --version 4.3.4 -f nuvem_prod_4_3_04.yaml --timeout 10m --debug -n nuvem-prod
Download and Install Nginx:
Download Nginx v9.3.32.
Go to the folder containing
tls.key
,tls.crt
, andstar.adeptia.com
files and create a secret:Code:
kubectl create secret tls <<secretname>> --key="tls.key" --cert="tls.crt" --namespace <<namespace>>
Update and apply the ingress rules:
Code:
kubectl apply -f ingress.yaml
...