Skip to content

Commit ba0dac0

Browse files
authored
Route new custom domains through Anubis (#965)
1 parent 077bb3c commit ba0dac0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Jobs/KubernetesIngressCreate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function handle(Client $client) {
8585
'backend' => [
8686
// TODO this should be an env var...
8787
'service' => [
88-
'name' => 'platform-nginx',
88+
'name' => 'anubis',
8989
'port' => [
9090
'number' => 8080,
9191
],

0 commit comments

Comments
 (0)