Browse Source

frontend url

Stavros kois 1 year ago
parent
commit
52694b9a7c

+ 1 - 2
library/ix-dev/community/vikunja/templates/_configuration.tpl

@@ -67,9 +67,8 @@ configmap:
       VIKUNJA_DATABASE_TYPE: postgres
       VIKUNJA_SERVICE_INTERFACE: {{ printf ":%v" .Values.vikunjaPorts.api | quote }}
       VIKUNJA_FILES_MAXSIZE: {{ printf "%vMB" .Values.vikunjaConfig.maxFileSize }}
-      # TODO: Check that this works
       VIKUNJA_FILES_BASEPATH: /app/vikunja/files
-      # VIKUNJA_SERVICE_FRONTENDURL: TODO:
+      VIKUNJA_SERVICE_FRONTENDURL: {{ printf "%s/" (.Values.vikunjaConfig.url | trimSuffix "/") }}
 
   vikunja-frontend:
     enabled: true

+ 0 - 8
library/ix-dev/community/vikunja/values.yaml

@@ -16,11 +16,7 @@ resources:
     cpu: 4000m
     memory: 8Gi
 
-# TODO: portal
-# TODO: certs?
-
 vikunjaConfig:
-  # TODO:
   url: ''
   maxFileSize: 20
   additionalEnvs: []
@@ -45,10 +41,6 @@ vikunjaStorage:
 
 notes:
   custom: |
-    Default credentials:
-      - Username: `demo@demo.demo`
-      - Password: `demo`
-
     ## Database
     You can connect to the database using the pgAdmin App from the catalog