Skip to content

Commit

Permalink
Update ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
etaques authored Jan 22, 2024
1 parent 66a1c49 commit 8885341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/orb/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ metadata:
{{ toYaml .Values.ingress.annotationsTraefik | indent 4 }}
{{- end }}
name: {{ .Release.Name }}-traefik-ingress
namespace: {{ .Release.Namespace }}
spec:
entryPoints:
- web
Expand Down Expand Up @@ -163,6 +164,7 @@ metadata:
{{ toYaml .Values.ingress.annotationsTraefikRewrite | indent 4 }}
{{- end }}
name: {{ .Release.Name }}-traefik-rewrite-ingress
namespace: {{ .Release.Namespace }}
spec:
entryPoints:
- web
Expand Down

0 comments on commit 8885341

Please sign in to comment.