Skip to content

Commit

Permalink
Fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrited committed Jun 9, 2024
1 parent 44da390 commit 0312cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cloudflare.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ resource "cloudflare_tunnel_config" "auto_tunnel" {
}
ingress_rule {
hostname = cloudflare_record.daily-workout.hostname
service = "http://daily-workout:80"
service = "http://daily-workout-service:80"
}
ingress_rule {
service = "http_status:404"
Expand Down

0 comments on commit 0312cc3

Please sign in to comment.