From 36eca487c490debd61e0a9f7b0e751598c573a30 Mon Sep 17 00:00:00 2001 From: Richard Conway Date: Fri, 22 Sep 2023 15:06:22 +0000 Subject: [PATCH] [docs] Update to chart login-service@1.2.8 --- docs/eoepca/login-service.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/eoepca/login-service.md b/docs/eoepca/login-service.md index 735f1094..1244c4e0 100644 --- a/docs/eoepca/login-service.md +++ b/docs/eoepca/login-service.md @@ -9,7 +9,7 @@ The _Login Service_ is deployed via the `login-service` helm chart from the [EOE The chart is configured via values that are fully documented in the [README for the `login-service` chart](https://github.com/EOEPCA/helm-charts/tree/main/charts/login-service#readme). ```bash -helm install --version 1.2.1 --values login-service-values.yaml \ +helm install --version 1.2.8 --values login-service-values.yaml \ --repo https://eoepca.github.io/helm-charts \ login-service login-service ``` @@ -45,12 +45,29 @@ config: opendj: volumeClaim: name: eoepca-userman-pvc + resources: + requests: + cpu: 100m + memory: 300Mi oxauth: volumeClaim: name: eoepca-userman-pvc + resources: + requests: + cpu: 100m + memory: 1000Mi oxtrust: volumeClaim: name: eoepca-userman-pvc + resources: + requests: + cpu: 100m + memory: 1500Mi +oxpassport: + resources: + requests: + cpu: 100m + memory: 100Mi nginx: ingress: annotations: @@ -63,6 +80,9 @@ nginx: secretName: login-service-tls ``` +!!! note + The `resources:` above have been limited for the benefit of a minikube deployment. For a production deployment the values should be tuned (upwards) according to operational needs. + ## Login Service Usage Once the deployment has been completed successfully, the Login Service is accessed at the endpoint `https://auth./`, configured by your domain - e.g. [https://auth.192-168-49-2.nip.io/](https://auth.192-168-49-2.nip.io/).