diff --git a/apps/custom-app/templates/ingress.yaml b/apps/custom-app/templates/ingress.yaml index 42322d3..1dc5e65 100644 --- a/apps/custom-app/templates/ingress.yaml +++ b/apps/custom-app/templates/ingress.yaml @@ -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 }} diff --git a/apps/dash/templates/ingress.yaml b/apps/dash/templates/ingress.yaml index 42322d3..1dc5e65 100644 --- a/apps/dash/templates/ingress.yaml +++ b/apps/dash/templates/ingress.yaml @@ -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 }} diff --git a/apps/filemanager/templates/ingress.yaml b/apps/filemanager/templates/ingress.yaml index fc5fe53..61aebbf 100644 --- a/apps/filemanager/templates/ingress.yaml +++ b/apps/filemanager/templates/ingress.yaml @@ -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 }} \ No newline at end of file