Skip to content

Commit

Permalink
update ingress classNames in HelmReleases (#883)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-matthews committed Aug 3, 2023
1 parent 377bdb3 commit 11fef6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
app:
ingress:
enabled: true
className: nginx
className: internal
annotations:
hajimari.io/icon: mdi:kubernetes
hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
username: admin
ingress:
enabled: true
className: nginx
className: internal
annotations:
hajimari.io/icon: sawtooth-wave
hosts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
rollOutPods: true
ingress:
enabled: true
className: nginx
className: internal
annotations:
hajimari.io/icon: simple-icons:cilium
hosts:
Expand Down

0 comments on commit 11fef6e

Please sign in to comment.