@@ -536,7 +536,7 @@ function generateLabelsApplication(Application $application, ?ApplicationPreview
536
536
if ($ pull_request_id === 0 ) {
537
537
if ($ application ->fqdn ) {
538
538
$ domains = str (data_get ($ application , 'fqdn ' ))->explode (', ' );
539
- switch ($ application ->destination ->server ->proxyType ()) {
539
+ switch ($ application ->destination ->server ->proxyType ()) {
540
540
case ProxyTypes::TRAEFIK_V2 ->value :
541
541
$ labels = $ labels ->merge (fqdnLabelsForTraefik (
542
542
uuid: $ appUuid ,
@@ -547,7 +547,7 @@ function generateLabelsApplication(Application $application, ?ApplicationPreview
547
547
is_stripprefix_enabled: $ application ->isStripprefixEnabled (),
548
548
redirect_direction: $ application ->redirect
549
549
));
550
- break ;
550
+ break ;
551
551
case ProxyTypes::CADDY ->value :
552
552
$ labels = $ labels ->merge (fqdnLabelsForCaddy (
553
553
network: $ application ->destination ->network ,
@@ -559,7 +559,7 @@ function generateLabelsApplication(Application $application, ?ApplicationPreview
559
559
is_stripprefix_enabled: $ application ->isStripprefixEnabled (),
560
560
redirect_direction: $ application ->redirect
561
561
));
562
- break ;
562
+ break ;
563
563
}
564
564
}
565
565
} else {
@@ -569,7 +569,7 @@ function generateLabelsApplication(Application $application, ?ApplicationPreview
569
569
$ domains = collect ([]);
570
570
}
571
571
572
- switch ($ application ->destination ->server ->proxyType ()) {
572
+ switch ($ application ->destination ->server ->proxyType ()) {
573
573
case ProxyTypes::TRAEFIK_V2 ->value :
574
574
$ labels = $ labels ->merge (fqdnLabelsForTraefik (
575
575
uuid: $ appUuid ,
0 commit comments