Skip to content

Commit

Permalink
adding proper nginx-ingress annotation to the xkcd chart's ingress re…
Browse files Browse the repository at this point in the history
…sourcs (#309)

Signed-off-by: Aaron <aaron@ecomaz.net>
  • Loading branch information
arschles authored Nov 3, 2021
1 parent a0407da commit 25b76b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/xkcd/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
name: {{ include "xkcd.fullname" . }}
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
kubernetes.io/ingress.class: nginx
spec:
rules:
- host: {{ .Values.host }}
Expand Down

0 comments on commit 25b76b5

Please sign in to comment.