mirror of
https://github.com/Alfresco/acs-community-packaging.git
synced 2025-09-10 14:12:09 +00:00
- removed pvc - updated readme and helm notes to specify infrastructure dependency - set default claim for postgres
17 lines
564 B
Plaintext
17 lines
564 B
Plaintext
|
|
{{ if .Values.dnsaddress }}
|
|
|
|
You can access all components of Alfresco Content Services using the same root address, but different paths as follows:
|
|
|
|
Content: {{ .Values.dnsaddress }}/alfresco
|
|
Share: {{ .Values.dnsaddress }}/share
|
|
Solr: {{ .Values.dnsaddress }}/solr
|
|
|
|
{{ else }}
|
|
|
|
If you have a specific DNS address for the cluster please run the following commands to get the application paths:
|
|
|
|
helm upgrade --reuse-values {{ .Release.Name }} --set dnsaddress="Your DNS address ex: http://myenv.com" alfresco-incubator/alfresco-content-services
|
|
|
|
{{ end }}
|