Skip to content

Commit

Permalink
fix the mattermostApp externalPort variable (#110)
Browse files Browse the repository at this point in the history
* fix the mattermostApp externalPort variable

* bump chart
  • Loading branch information
unlikelygeek authored and Carlos Tadeu Panato Junior committed Nov 7, 2019
1 parent a8adafe commit a47132a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/mattermost-enterprise-edition/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Mattermost Enterprise server with high availitibity.
name: mattermost-enterprise-edition
version: 1.0.0
version: 1.0.1
appVersion: 5.15.0
keywords:
- mattermost
Expand Down
2 changes: 1 addition & 1 deletion charts/mattermost-enterprise-edition/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
You can watch the status of by running 'kubectl get svc -w {{ include "fullname" . }}'
export SERVICE_IP=$(kubectl get svc --namespace {{ .Release.Namespace }} {{ include "fullname" . }} -o jsonpath='{.status.loadBalancer.ingress[0].ip}')
echo http://$SERVICE_IP:{{ .Values.service.externalPort }}
echo http://$SERVICE_IP:{{ .Values.mattermostApp.service.externalPort }}
{{- else if contains "ClusterIP" .Values.mattermostApp.service.type }}
export POD_NAME=$(kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "mattermost-enterprise-edition.name" . }}" -o jsonpath="{.items[0].metadata.name}")
echo "Visit http://127.0.0.1:8080 to use your application"
Expand Down

0 comments on commit a47132a

Please sign in to comment.