Skip to content
Snippets Groups Projects
Commit bcfb283e authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed error

parent 94f9c3e7
No related branches found
No related tags found
1 merge request!1524fixed error
......@@ -3,7 +3,7 @@ service:
internalPort: 80
hpa:
minReplicas: 5
maxReplicas: 25
maxReplicas: 15
ingress:
annotations:
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
......
......@@ -2,6 +2,8 @@
namespace App\Models;
use Log;
abstract class XmlSearchengine extends Searchengine
{
public function loadresults($results)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment