Skip to content

Commit 61f4a26

Browse files
committed
Route new custom domains through Anubis
1 parent 8439969 commit 61f4a26

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)