diff --git a/deployment/deployment.yaml b/deployment/deployment.yaml
index 5c173d3..531860b 100644
--- a/deployment/deployment.yaml
+++ b/deployment/deployment.yaml
@@ -26,7 +26,7 @@ spec:
- name: DEBUG
value: "false"
- name: ALLOWED_HOSTS
- value: www.servala.com,servala.com,www.serva.la,serva.la
+ value: poc.serva.la,www.serva.la,serva.la
- name: DB_FILE
value: /data/servala.db
- name: ODOO_URL
diff --git a/deployment/ingress.yaml b/deployment/ingress.yaml
index 6395533..9703bb9 100644
--- a/deployment/ingress.yaml
+++ b/deployment/ingress.yaml
@@ -6,17 +6,7 @@ metadata:
name: servala
spec:
rules:
- - host: www.servala.com
- http:
- paths:
- - pathType: Prefix
- path: /
- backend:
- service:
- name: servala
- port:
- number: 8080
- - host: servala.com
+ - host: poc.serva.la
http:
paths:
- pathType: Prefix
@@ -48,8 +38,7 @@ spec:
number: 8080
tls:
- hosts:
- - www.servala.com
- - servala.com
+ - poc.serva.la
- www.serva.la
- serva.la
secretName: ingress-cert
diff --git a/hub/services/templates/services/base.html b/hub/services/templates/services/base.html
index 00c4ab8..1dd43e5 100644
--- a/hub/services/templates/services/base.html
+++ b/hub/services/templates/services/base.html
@@ -17,7 +17,7 @@
{% block extra_css %}{% endblock %}
-
+
{% block extra_js %}{% endblock %}
diff --git a/hub/settings.py b/hub/settings.py
index 74316c5..f447eb2 100644
--- a/hub/settings.py
+++ b/hub/settings.py
@@ -53,7 +53,7 @@ CSRF_TRUSTED_ORIGINS = [f"https://{h}" for h in HTTPS_HOSTS] + [
]
# Primary website URL
-WEBSITE_URL = env.str("WEBSITE_URL", default="https://servala.com")
+WEBSITE_URL = env.str("WEBSITE_URL", default="https://serva.la")
# Application definition