Skip to content

Commit

Permalink
Fix secret and port reference for the pod
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Nov 23, 2024
1 parent 32be2f0 commit b48c7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/tableau/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
{{- range .Values.ingress.hosts }}
- {{ . | quote }}
{{- end }}
secretName: "minecolonies-website-tls"
secretName: "{{ $fullName }}-tls"
rules:
{{- range .Values.ingress.hosts }}
- host: {{ . | quote }}
Expand Down
2 changes: 1 addition & 1 deletion chart/tableau/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ingress:

service:
type: ClusterIP
port: 80
port: 3000

resources:
{}
Expand Down

0 comments on commit b48c7ee

Please sign in to comment.