add helm charts
This commit is contained in:
6
backing-services/zot/templates/NOTES.txt
Normal file
6
backing-services/zot/templates/NOTES.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
Get the application URL by running these commands:
|
||||
{{- if contains "NodePort" .Values.service.type }}
|
||||
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "zot.fullname" . }})
|
||||
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
|
||||
echo http://$NODE_IP:$NODE_PORT
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user