correct url to codey instance
All checks were successful
Tests / test (push) Successful in 25s
Build and Deploy Staging / build (push) Successful in 1m8s
Build and Deploy Staging / deploy (push) Successful in 7s
Build and Deploy Antora Docs / build (push) Successful in 1m2s
Build and Deploy Antora Docs / deploy (push) Successful in 6s

This commit is contained in:
Tobias Brunner 2025-04-04 17:07:43 +01:00
parent 4f25504a0d
commit e441005061
No known key found for this signature in database
6 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ spec:
spec: spec:
containers: containers:
- name: servala-clearsessions - name: servala-clearsessions
image: servala-2nkgm.app.codey.ch/servala/servala-portal:latest image: servala.app.codey.ch/servala/servala-portal:latest
imagePullPolicy: Always imagePullPolicy: Always
# The command to clear sessions # The command to clear sessions
command: ["uv", "run", "src/manage.py", "clearsessions"] command: ["uv", "run", "src/manage.py", "clearsessions"]

View file

@ -19,7 +19,7 @@ spec:
spec: spec:
containers: containers:
- name: servala - name: servala
image: servala-2nkgm.app.codey.ch/servala/servala-portal:latest image: servala.app.codey.ch/servala/servala-portal:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- name: http - name: http

View file

@ -13,7 +13,7 @@ spec:
- name: SERVALA_ALLOWED_HOSTS - name: SERVALA_ALLOWED_HOSTS
value: staging.portal.servala.com value: staging.portal.servala.com
- name: ssh-tunnel - name: ssh-tunnel
image: servala-2nkgm.app.codey.ch/servala/servala-portal:latest image: servala.app.codey.ch/servala/servala-portal:latest
command: command:
- "/bin/bash" - "/bin/bash"
- "-c" - "-c"

View file

@ -19,7 +19,7 @@ spec:
spec: spec:
containers: containers:
- name: docs - name: docs
image: servala-2nkgm.app.codey.ch/servala/servala-portal-docs:latest image: servala.app.codey.ch/servala/servala-portal-docs:latest
imagePullPolicy: Always imagePullPolicy: Always
readinessProbe: readinessProbe:
httpGet: httpGet:

View file

@ -14,7 +14,7 @@ External resources to read about it:
* http://vshn.ch/marketplace[vshn.ch Website^] * http://vshn.ch/marketplace[vshn.ch Website^]
* https://products.vshn.ch/marketplace/index.html[VSHN products site^] * https://products.vshn.ch/marketplace/index.html[VSHN products site^]
The source code can be found on the https://servala-2nkgm.app.codey.ch/servala/servala-portal[Servala Codey instance^]. The source code can be found on the https://servala.app.codey.ch/servala/servala-portal[Servala Codey instance^].
== Technology Stack == Technology Stack

View file

@ -7,10 +7,10 @@ site:
Allow: * Allow: *
content: content:
sources: sources:
- url: https://servala-2nkgm.app.codey.ch/servala/servala-portal.git - url: https://servala.app.codey.ch/servala/servala-portal.git
branches: ["main"] branches: ["main"]
start_path: docs start_path: docs
edit_url: "https://servala-2nkgm.app.codey.ch/servala/servala-portal/_edit/main/{path}" edit_url: "https://servala.app.codey.ch/servala/servala-portal/_edit/main/{path}"
ui: ui:
bundle: bundle:
url: https://github.com/vshn/antora-ui-default/releases/download/2.2.6/ui-bundle.zip url: https://github.com/vshn/antora-ui-default/releases/download/2.2.6/ui-bundle.zip