We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c803c19 commit 38922b0Copy full SHA for 38922b0
1 file changed
app/Jobs/KubernetesIngressCreate.php
@@ -85,7 +85,7 @@ public function handle(Client $client) {
85
'backend' => [
86
// TODO this should be an env var...
87
'service' => [
88
- 'name' => 'platform-nginx',
+ 'name' => 'anubis',
89
'port' => [
90
'number' => 8080,
91
],
0 commit comments