Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Oct 6, 2024
1 parent ed0eaf6 commit a2b263a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/int-email/templates/configmap-ingress-tcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: "tcp-services"
namespace: "{{ .Release.Namespace }}"
data:
"{{ .Values.service.port }}": "default/smtp-service:{{ .Values.service.port }}"
"{{ .Values.service.port }}": "{{ .Release.Namespace }}/{{ include "int-email.fullname" . }}:{{ .Values.service.port }}"
2 changes: 1 addition & 1 deletion helm/int-email/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
labels:
{{- include "int-email.labels" . | nindent 4 }}
annotations:
{{/* kubernetes.io/ingress.class: nginx*/}}
kubernetes.io/ingress.class: nginx
{{/* nginx.ingress.kubernetes.io/ssl-redirect: "true"*/}}
{{/* nginx.ingress.kubernetes.io/force-ssl-redirect: "true"*/}}
{{/* cert-manager.io/issuer: "{{ .Values.cert.issuer.name }}-int-email"*/}}
Expand Down

0 comments on commit a2b263a

Please sign in to comment.