fix: Decouple BASE_URL from Ingress host (#498)

Closes #496
This commit is contained in:
RocketProto
2023-08-27 06:56:45 +09:30
committed by GitHub
parent 5317950b5c
commit 7d28abc7e6
3 changed files with 9 additions and 2 deletions

View File

@@ -17,6 +17,10 @@ fullnameOverride: ""
# Generate a secret using openssl rand -base64 45
secretkey: ""
# Base url for Planka. Will override `ingress.hosts[0].host`
# Defaults to `http://localhost:3000` if ingress is disabled.
baseUrl: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
@@ -50,6 +54,7 @@ ingress:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
# Used to set planka BASE_URL if no `baseurl` is provided.
- host: planka.local
paths:
- path: /