Skip to content

Commit

Permalink
fix: allow access via http
Browse files Browse the repository at this point in the history
  • Loading branch information
cgawron authored Jan 28, 2025
1 parent e6939d8 commit aaa3511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
namespace: wahl-o-chat
annotations:
traefik.frontend.passHostHeader: 'true'
traefik.ingress.kubernetes.io/router.entrypoints: websecure, web
traefik.ingress.kubernetes.io/router.entrypoints: websecure,web
traefik.ingress.kubernetes.io/router.tls.certresolver: myresolver
spec:
rules:
Expand Down

0 comments on commit aaa3511

Please sign in to comment.