Skip to content

Commit

Permalink
changed ingress.enabled to true and changed on.push.branches to this …
Browse files Browse the repository at this point in the history
…branch
  • Loading branch information
claudiomansillab committed Oct 30, 2024
1 parent e987058 commit 25a88db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Publish
on:
push:
branches: [main]
branches: [publish/test]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion tapservicego/deployments/tapservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ service:
port: 80

ingress:
enabled: false
enabled: true
className: "alb"
annotations:
alb.ingress.kubernetes.io/target-type: ip
Expand Down

0 comments on commit 25a88db

Please sign in to comment.