diff --git a/deployment/deployment.yaml b/deployment/deployment.yaml
index 531860b..5c173d3 100644
--- a/deployment/deployment.yaml
+++ b/deployment/deployment.yaml
@@ -26,7 +26,7 @@ spec:
- name: DEBUG
value: "false"
- name: ALLOWED_HOSTS
- value: poc.serva.la,www.serva.la,serva.la
+ value: www.servala.com,servala.com,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 9703bb9..6395533 100644
--- a/deployment/ingress.yaml
+++ b/deployment/ingress.yaml
@@ -6,7 +6,17 @@ metadata:
name: servala
spec:
rules:
- - host: poc.serva.la
+ - host: www.servala.com
+ http:
+ paths:
+ - pathType: Prefix
+ path: /
+ backend:
+ service:
+ name: servala
+ port:
+ number: 8080
+ - host: servala.com
http:
paths:
- pathType: Prefix
@@ -38,7 +48,8 @@ spec:
number: 8080
tls:
- hosts:
- - poc.serva.la
+ - www.servala.com
+ - servala.com
- 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 1dd43e5..00c4ab8 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 f447eb2..74316c5 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://serva.la")
+WEBSITE_URL = env.str("WEBSITE_URL", default="https://servala.com")
# Application definition