Use a Custom Start Application
Example Customization
cd ${HOME}/essapiVersion: apps/v1 kind: Deployment metadata: name: ess-start spec: template: spec: containers: - env: - name: QUARKUS_OIDC_CLIENT_ID value: https://mystart.example.com/appid/id name: ess-startapiVersion: apps/v1 kind: Deployment metadata: name: ess-webid spec: template: spec: containers: - env: - name: INRUPT_START_CLIENT_ID value: https://mystart.example.com/appid/id - name: INRUPT_WEBID_ALLOWED_CLIENT_IDS value: $(INRUPT_WEBID_CLIENT_ID),$(INRUPT_START_CLIENT_ID) name: ess-webid# kustomization.yaml in your ESS installation directory
Last updated