🚑 change ports

This commit is contained in:
auricom
2022-12-19 22:15:03 +01:00
parent b02ab56014
commit 623c997dad
17 changed files with 22 additions and 22 deletions

View File

@@ -32,7 +32,7 @@ spec:
tag: 2.10.3-beta
env:
APP_BASE_URL: https://joplin.${SECRET_CLUSTER_DOMAIN}
APP_PORT: 80
APP_PORT: &port 8080
DB_CLIENT: pg
POSTGRES_HOST: ${POSTGRES_HOST}
POSTGRES_PORT: ${POSTGRES_PORT}
@@ -52,7 +52,7 @@ spec:
main:
ports:
http:
port: 80
port: *port
ingress:
main:
enabled: true