switch to servala.com domain

This commit is contained in:
Tobias Brunner 2025-03-07 15:59:23 +01:00
parent 12f0314b76
commit 159b39de5b
No known key found for this signature in database
3 changed files with 15 additions and 4 deletions

View file

@ -26,7 +26,7 @@ spec:
- name: DEBUG - name: DEBUG
value: "false" value: "false"
- name: ALLOWED_HOSTS - 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 - name: DB_FILE
value: /data/servala.db value: /data/servala.db
- name: ODOO_URL - name: ODOO_URL

View file

@ -6,7 +6,17 @@ metadata:
name: servala name: servala
spec: spec:
rules: 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: http:
paths: paths:
- pathType: Prefix - pathType: Prefix
@ -38,7 +48,8 @@ spec:
number: 8080 number: 8080
tls: tls:
- hosts: - hosts:
- poc.serva.la - www.servala.com
- servala.com
- www.serva.la - www.serva.la
- serva.la - serva.la
secretName: ingress-cert secretName: ingress-cert

View file

@ -53,7 +53,7 @@ CSRF_TRUSTED_ORIGINS = [f"https://{h}" for h in HTTPS_HOSTS] + [
] ]
# Primary website URL # 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 # Application definition