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
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:
parent
4f25504a0d
commit
e441005061
6 changed files with 7 additions and 7 deletions
|
@ -10,7 +10,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: servala-clearsessions
|
||||
image: servala-2nkgm.app.codey.ch/servala/servala-portal:latest
|
||||
image: servala.app.codey.ch/servala/servala-portal:latest
|
||||
imagePullPolicy: Always
|
||||
# The command to clear sessions
|
||||
command: ["uv", "run", "src/manage.py", "clearsessions"]
|
||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: servala
|
||||
image: servala-2nkgm.app.codey.ch/servala/servala-portal:latest
|
||||
image: servala.app.codey.ch/servala/servala-portal:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
- name: SERVALA_ALLOWED_HOSTS
|
||||
value: staging.portal.servala.com
|
||||
- name: ssh-tunnel
|
||||
image: servala-2nkgm.app.codey.ch/servala/servala-portal:latest
|
||||
image: servala.app.codey.ch/servala/servala-portal:latest
|
||||
command:
|
||||
- "/bin/bash"
|
||||
- "-c"
|
||||
|
|
|
@ -19,7 +19,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- 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
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
|
|
|
@ -14,7 +14,7 @@ External resources to read about it:
|
|||
* http://vshn.ch/marketplace[vshn.ch Website^]
|
||||
* 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
|
||||
|
||||
|
|
|
@ -7,10 +7,10 @@ site:
|
|||
Allow: *
|
||||
content:
|
||||
sources:
|
||||
- url: https://servala-2nkgm.app.codey.ch/servala/servala-portal.git
|
||||
- url: https://servala.app.codey.ch/servala/servala-portal.git
|
||||
branches: ["main"]
|
||||
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:
|
||||
bundle:
|
||||
url: https://github.com/vshn/antora-ui-default/releases/download/2.2.6/ui-bundle.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue