Skip to content

Commit

Permalink
removed tls comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Mar 18, 2024
1 parent d06f9dd commit 5c83e6e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions apps/custom-app/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
port:
number: {{ .Values.service.port }}
pathType: ImplementationSpecific
# tls:
# - secretName: {{ .Values.ingress.secretName }}
# hosts:
# - {{ .Values.global.domain }}
tls:
- secretName: {{ .Values.ingress.secretName }}
hosts:
- {{ .Values.global.domain }}
8 changes: 4 additions & 4 deletions apps/dash/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
port:
number: {{ .Values.service.port }}
pathType: ImplementationSpecific
# tls:
# - secretName: {{ .Values.ingress.secretName }}
# hosts:
# - {{ .Values.global.domain }}
tls:
- secretName: {{ .Values.ingress.secretName }}
hosts:
- {{ .Values.global.domain }}
8 changes: 4 additions & 4 deletions apps/filemanager/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ spec:
number: {{ .Values.service.port }}
pathType: ImplementationSpecific

# tls:
# - secretName: {{ .Values.ingress.secretName }}
# hosts:
# - {{ .Values.global.domain }}
tls:
- secretName: {{ .Values.ingress.secretName }}
hosts:
- {{ .Values.global.domain }}

0 comments on commit 5c83e6e

Please sign in to comment.