Sha256: dd500ba7a587d4b5ceab7931acecd01d76e3cd64728da8778dc9c5c890fb9d67

Contents?: true

Size: 1.53 KB

Versions: 22

Compression:

Stored size: 1.53 KB

Contents

1. Get the application URL by running these commands:
{{- if .Values.ingress.enabled }}
{{- range $host := .Values.ingress.hosts }}
  {{- range .paths }}
  http{{ if $.Values.ingress.tls }}s{{ end }}://{{ $host.host }}
  {{- end }}
{{- end }}
{{- else if contains "NodePort" .Values.service.type }}
  export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "hyrax.fullname" . }})
  export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
  echo http://$NODE_IP:$NODE_PORT
{{- else if contains "LoadBalancer" .Values.service.type }}
     NOTE: It may take a few minutes for the LoadBalancer IP to be available.
           You can watch the status of by running 'kubectl get --namespace {{ .Release.Namespace }} svc -w {{ include "hyrax.fullname" . }}'
  export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "hyrax.fullname" . }} --template "{{"{{ range (index .status.loadBalancer.ingress 0) }}{{.}}{{ end }}"}}")
  echo http://$SERVICE_IP:{{ .Values.service.port }}
{{- else if contains "ClusterIP" .Values.service.type }}
  export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "hyrax.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" -o jsonpath="{.items[0].metadata.name}")
  echo "Visit http://127.0.0.1:8080 to use your application"
  kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:3000
{{- end }}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
hyrax-5.0.1 chart/hyrax/templates/NOTES.txt
hyrax-5.0.0 chart/hyrax/templates/NOTES.txt
hyrax-5.0.0.rc3 chart/hyrax/templates/NOTES.txt
hyrax-5.0.0.rc2 chart/hyrax/templates/NOTES.txt
hyrax-5.0.0.rc1 chart/hyrax/templates/NOTES.txt
hyrax-3.6.0 chart/hyrax/templates/NOTES.txt
hyrax-4.0.0 chart/hyrax/templates/NOTES.txt
hyrax-4.0.0.rc3 chart/hyrax/templates/NOTES.txt
hyrax-4.0.0.rc2 chart/hyrax/templates/NOTES.txt
hyrax-4.0.0.rc1 chart/hyrax/templates/NOTES.txt
hyrax-3.5.0 chart/hyrax/templates/NOTES.txt
hyrax-4.0.0.beta2 chart/hyrax/templates/NOTES.txt
hyrax-3.4.2 chart/hyrax/templates/NOTES.txt
hyrax-4.0.0.beta1 chart/hyrax/templates/NOTES.txt
hyrax-3.4.1 chart/hyrax/templates/NOTES.txt
hyrax-3.4.0 chart/hyrax/templates/NOTES.txt
hyrax-3.3.0 chart/hyrax/templates/NOTES.txt
hyrax-3.2.0 chart/hyrax/templates/NOTES.txt
hyrax-3.1.0 chart/hyrax/templates/NOTES.txt
hyrax-3.0.2 chart/hyrax/templates/NOTES.txt