Skip to content

Commit

Permalink
Merge pull request #84 from opzkit/update-default-ingress-namespace
Browse files Browse the repository at this point in the history
fix: add namespace to default ingress
  • Loading branch information
argoyle authored Aug 14, 2024
2 parents b16be7a + 7b9248d commit 6983cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/default-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ metadata:
alb.ingress.kubernetes.io/actions.response-200: >
{"type":"fixed-response","fixedResponseConfig":{"contentType":"text/plain","statusCode":"200","messageBody":"Default"}}
name: default-ingress
namespace: default
spec:
rules:
- host: '${ host }'
Expand Down

0 comments on commit 6983cae

Please sign in to comment.