Skip to content

Commit

Permalink
cleanup values
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn committed Feb 21, 2024
1 parent d6cf2a5 commit 97c8b6f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
21 changes: 0 additions & 21 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| activemq.enabled | bool | `true` | |
| activemq.existingSecretName | string | `nil` | |
| activemq.nameOverride | string | `"activemq"` | |
| activemq.nodeSelector | object | `{}` | Possibility to choose Node for pod, with a key-value pair label e.g {"kubernetes.io/hostname": multinode-demo-m02} |
| alfresco-ai-transformer.enabled | bool | `false` | toggle deploying Alfresco ai transformer for more details about configuration check https://github.com/Alfresco/alfresco-helm-charts/tree/main/charts/alfresco-ai-transformer |
| alfresco-ai-transformer.fullnameOverride | string | `"alfresco-intelligence-service"` | Enforce static resource naming in AIS so the ATS trouter can be given the URL of the service |
| alfresco-ai-transformer.image.repository | string | `"quay.io/alfresco/alfresco-ai-docker-engine"` | |
Expand Down Expand Up @@ -74,16 +73,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-control-center.ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | |
| alfresco-control-center.ingress.tls | list | `[]` | |
| alfresco-control-center.nameOverride | string | `"alfresco-cc"` | |
| alfresco-control-center.nodeSelector | object | `{}` | |
| alfresco-control-center.registryPullSecrets[0] | string | `"{{ $.Values.global.alfrescoRegistryPullSecrets }}"` | |
| alfresco-control-center.resources.limits.cpu | string | `"1"` | |
| alfresco-control-center.resources.limits.memory | string | `"512Mi"` | |
| alfresco-control-center.resources.requests.cpu | string | `"0.1"` | |
| alfresco-control-center.resources.requests.memory | string | `"128Mi"` | |
| alfresco-control-center.securityContext.capabilities.drop[0] | string | `"NET_RAW"` | |
| alfresco-control-center.securityContext.capabilities.drop[1] | string | `"ALL"` | |
| alfresco-control-center.securityContext.runAsNonRoot | bool | `true` | |
| alfresco-control-center.securityContext.runAsUser | int | `101` | |
| alfresco-digital-workspace.enabled | bool | `true` | |
| alfresco-digital-workspace.env.API_URL | string | `"{protocol}//{hostname}{:port}"` | |
| alfresco-digital-workspace.env.APP_CONFIG_AUTH_TYPE | string | `"BASIC"` | |
Expand All @@ -97,16 +86,6 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| alfresco-digital-workspace.ingress.hosts[0].paths[0].pathType | string | `"Prefix"` | |
| alfresco-digital-workspace.ingress.tls | list | `[]` | |
| alfresco-digital-workspace.nameOverride | string | `"alfresco-dw"` | |
| alfresco-digital-workspace.nodeSelector | object | `{}` | |
| alfresco-digital-workspace.registryPullSecrets[0] | string | `"{{ $.Values.global.alfrescoRegistryPullSecrets }}"` | |
| alfresco-digital-workspace.resources.limits.cpu | string | `"1"` | |
| alfresco-digital-workspace.resources.limits.memory | string | `"512Mi"` | |
| alfresco-digital-workspace.resources.requests.cpu | string | `"0.1"` | |
| alfresco-digital-workspace.resources.requests.memory | string | `"128Mi"` | |
| alfresco-digital-workspace.securityContext.capabilities.drop[0] | string | `"NET_RAW"` | |
| alfresco-digital-workspace.securityContext.capabilities.drop[1] | string | `"ALL"` | |
| alfresco-digital-workspace.securityContext.runAsNonRoot | bool | `true` | |
| alfresco-digital-workspace.securityContext.runAsUser | int | `101` | |
| alfresco-repository.configuration.db.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
| alfresco-repository.configuration.db.existingSecret.name | string | `"alfresco-cs-database"` | |
| alfresco-repository.configuration.messageBroker.existingConfigMap.name | string | `"alfresco-infrastructure"` | |
Expand Down
37 changes: 0 additions & 37 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@ alfresco-repository:
activemq:
nameOverride: activemq
enabled: true
# -- Possibility to choose Node for pod, with a key-value pair label
# e.g {"kubernetes.io/hostname": multinode-demo-m02}
nodeSelector: {}
adminUser:
# -- Default username for the embedded broker admin user
user: admin
Expand Down Expand Up @@ -354,7 +351,6 @@ alfresco-search-enterprise:
image:
tag: 4.0.0.1
alfresco-digital-workspace:
nodeSelector: {}
enabled: true
nameOverride: "alfresco-dw"
ingress:
Expand All @@ -369,29 +365,12 @@ alfresco-digital-workspace:
repository: quay.io/alfresco/alfresco-digital-workspace
tag: 4.3.0
pullPolicy: IfNotPresent
registryPullSecrets:
- "{{ $.Values.global.alfrescoRegistryPullSecrets }}"
env:
APP_CONFIG_PROVIDER: "ECM"
APP_CONFIG_AUTH_TYPE: "BASIC"
API_URL: "{protocol}//{hostname}{:port}"
BASE_PATH: /workspace
securityContext:
runAsNonRoot: true
runAsUser: 101
capabilities:
drop:
- NET_RAW
- ALL
resources:
requests:
cpu: "0.1"
memory: "128Mi"
limits:
cpu: "1"
memory: "512Mi"
alfresco-control-center:
nodeSelector: {}
enabled: true
nameOverride: "alfresco-cc"
ingress:
Expand All @@ -406,27 +385,11 @@ alfresco-control-center:
repository: quay.io/alfresco/alfresco-control-center
tag: 8.3.0
pullPolicy: IfNotPresent
registryPullSecrets:
- "{{ $.Values.global.alfrescoRegistryPullSecrets }}"
env:
APP_CONFIG_PROVIDER: "ECM"
APP_CONFIG_AUTH_TYPE: "BASIC"
API_URL: "{protocol}//{hostname}{:port}"
BASE_PATH: /control-center
securityContext:
runAsNonRoot: true
runAsUser: 101
capabilities:
drop:
- NET_RAW
- ALL
resources:
requests:
cpu: "0.1"
memory: "128Mi"
limits:
cpu: "1"
memory: "512Mi"
postgresql:
# -- Toggle embedded postgres for Alfresco Content Services repository
# Check [PostgreSQL Bitnami chart
Expand Down

0 comments on commit 97c8b6f

Please sign in to comment.