Skip to content

Commit

Permalink
fix(echo-server): set explicit ingress enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Oct 5, 2023
1 parent 7ffc37d commit c3d49a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/apps/default/echo-server/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
uninstall:
keepHistory: false
values:
# https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template
controllers:
main:
containers:
Expand Down Expand Up @@ -64,6 +65,7 @@ spec:

ingress:
main:
enabled: true
className: traefik
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
Expand Down

0 comments on commit c3d49a9

Please sign in to comment.