Files
acs-community-packaging/helm/alfresco-content-services/templates/NOTES.txt
Sergiu-Alexandru Vidrascu 04c81bae7a DEPLOY-377:
- removed pvc
- updated readme and helm notes to specify infrastructure dependency
- set default claim for postgres
2018-03-01 12:33:41 +02:00

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 }}