Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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

  2. Download and Install Nginx:

    • Download Nginx v9.3.32.

      Image Modified
    • Go to the folder containing tls.key, tls.crt, and star.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

...