Skip to content

Commit

Permalink
Update app-ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors authored Oct 18, 2024
1 parent 0e36a9f commit 123a43c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .diploi/helm/app-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ metadata:
spec:
tls:
- hosts:
- { { .Values.hosts.app } }
- {{ .Values.hosts.app }}
secretName: tls-secret
rules:
- host: { { .Values.hosts.app } }
- host: {{ .Values.hosts.app }}
http:
paths:
- path: '/'
Expand Down

0 comments on commit 123a43c

Please sign in to comment.