Skip to content

Commit

Permalink
fix frontend devbox ingress host
Browse files Browse the repository at this point in the history
  • Loading branch information
liseri committed Jan 7, 2025
1 parent 365aede commit 0e48677
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/providers/devbox/deploy/manifests/ingress.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
namespace: devbox-frontend
spec:
rules:
- host: devbox.{{ .cloudDomain }}{{ if .cloudPort }}:{{ .cloudPort }}{{ end }}
- host: devbox.{{ .cloudDomain }}
http:
paths:
- pathType: Prefix
Expand All @@ -27,5 +27,5 @@ spec:
number: 3000
tls:
- hosts:
- devbox.{{ .cloudDomain }}{{ if .cloudPort }}:{{ .cloudPort }}{{ end }}
secretName: wildcard-cert
- devbox.{{ .cloudDomain }}
secretName: {{ .certSecretName }}

0 comments on commit 0e48677

Please sign in to comment.