Skip to content

Commit

Permalink
helm - remove max upload setting from acc & adw (not needed)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxgomz committed Jan 31, 2025
1 parent 1df6abc commit f1cd5f9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-control-center.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-control-center.image.repository | string | `"quay.io/alfresco/alfresco-control-center"` | |
| alfresco-control-center.image.tag | string | `"9.2.0"` | |
| alfresco-control-center.ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
| alfresco-control-center.ingress.hosts[0].paths[0].path | string | `"/control-center"` | |
| alfresco-control-center.ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | |
| alfresco-control-center.ingress.tls | list | `[]` | |
Expand All @@ -98,7 +97,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-digital-workspace.image.pullPolicy | string | `"IfNotPresent"` | |
| alfresco-digital-workspace.image.repository | string | `"quay.io/alfresco/alfresco-digital-workspace"` | |
| alfresco-digital-workspace.image.tag | string | `"5.2.0"` | |
| alfresco-digital-workspace.ingress.annotations."nginx.ingress.kubernetes.io/proxy-body-size" | string | `"5g"` | |
| alfresco-digital-workspace.ingress.hosts[0].paths[0].path | string | `"/workspace"` | |
| alfresco-digital-workspace.ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | |
| alfresco-digital-workspace.ingress.tls | list | `[]` | |
Expand Down
4 changes: 0 additions & 4 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -396,8 +396,6 @@ alfresco-digital-workspace:
enabled: true
nameOverride: "alfresco-dw"
ingress:
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: "5g"
tls: []
hosts:
- paths:
Expand All @@ -415,8 +413,6 @@ alfresco-control-center:
enabled: true
nameOverride: "alfresco-cc"
ingress:
annotations:
nginx.ingress.kubernetes.io/proxy-body-size: "5g"
tls: []
hosts:
- paths:
Expand Down

0 comments on commit f1cd5f9

Please sign in to comment.