Skip to content

Commit

Permalink
Update ingress className to external and add external-dns annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
jalim committed Sep 3, 2024
1 parent 7488ef4 commit c825993
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kubernetes/main/apps/default/mealie/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,9 @@ spec:
port: 9000
ingress:
app:
className: internal
className: external
annotations:
external-dns.alpha.kubernetes.io/target: external.lumu.au
hosts:
- host: *host
paths:
Expand Down

0 comments on commit c825993

Please sign in to comment.