Add extra fields for MinIO, Weblate, and Ghost services

This commit is contained in:
Andras Bacsai
2023-11-24 21:04:15 +01:00
parent 6f886e8b6f
commit 10e5a58b9e
4 changed files with 67 additions and 3 deletions

View File

@@ -188,6 +188,7 @@ function generateServiceSpecificFqdns(ServiceApplication|Application $resource,
$MINIO_SERVER_URL->value,
]);
}
break;
}
return $payload;
}