Skip to content

Commit

Permalink
fix aca ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Dec 2, 2024
1 parent 02e6a09 commit 36c693a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion helm/acs-sso-example/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,11 @@ alfresco-content-app:
nginx.ingress.kubernetes.io/proxy-body-size: 5g
nginx.ingress.kubernetes.io/proxy-buffer-size: 8k
tls: []
hosts:
- host: localhost
paths:
- path: /aca
pathType: Prefix
image:
repository: alfresco/alfresco-content-app
tag: 5.2.0
Expand All @@ -257,4 +262,4 @@ alfresco-content-app:
APP_CONFIG_OAUTH2_HOST: "{protocol}//{hostname}{:port}/auth/realms/alfresco"
APP_CONFIG_OAUTH2_CLIENTID: alfresco
APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI: "{protocol}//{hostname}{:port}/assets/silent-refresh.html"
BASE_PATH: /
BASE_PATH: /aca

0 comments on commit 36c693a

Please sign in to comment.