Skip to content

Commit e42ed1f

Browse files
committed
Migrate to stirlingpdf v2.1.5
1 parent bd30e1c commit e42ed1f

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

charts/stirling-pdf/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: 1.3.2
2+
appVersion: 2.1.5
33
description: locally hosted web application that allows you to perform various operations on PDF files
44
home: https://github.com/Stirling-Tools/Stirling-PDF
55
keywords:

charts/stirling-pdf/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,15 @@ spec:
8787
{{- if .Values.probes.liveness.enabled }}
8888
livenessProbe:
8989
httpGet:
90-
path: {{ .Values.rootPath}}
90+
path: {{ .Values.rootPath}}api/v1/info/status
9191
port: http
9292
{{ toYaml .Values.probes.livenessHttpGetConfig | indent 12 }}
9393
{{ toYaml (omit .Values.probes.liveness "enabled") | indent 10 }}
9494
{{- end }}
9595
{{- if .Values.probes.readiness.enabled }}
9696
readinessProbe:
9797
httpGet:
98-
path: {{ .Values.rootPath}}
98+
path: {{ .Values.rootPath}}api/v1/info/status
9999
port: http
100100
{{ toYaml .Values.probes.readinessHttpGetConfig | indent 12 }}
101101
{{ toYaml (omit .Values.probes.readiness "enabled") | indent 10 }}

charts/stirling-pdf/values.yaml

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,26 @@ rootPath: /
2222

2323
# -- Environment variables to add to the stirling-pdf pods
2424
envs: []
25-
# - name: UI_APP_NAME
25+
# - name: UI_APPNAME
2626
# value: "Stirling PDF"
27-
# - name: UI_HOME_DESCRIPTION
27+
# - name: UI_HOMEDESCRIPTION
2828
# value: "Your locally hosted one-stop-shop for all your PDF needs."
29-
# - name: UI_APP_NAVBAR_NAME
29+
# - name: UI_APPNAMENAVBAR
3030
# value: "Stirling PDF"
31-
# - name: ALLOW_GOOGLE_VISIBILITY
32-
# value: "true"
33-
# - name: APP_LOCALE
31+
# - name: LANGS
3432
# value: "en_GB"
33+
# - name: SYSTEM_DEFAULTLOCALE
34+
# value: "en-GB"
35+
# - name: SECURITY_ENABLELOGIN
36+
# value: "false"
37+
# - name: DISABLE_ADDITIONAL_FEATURES
38+
# value: "false"
39+
# - name: FAT_DOCKER
40+
# value: "true"
41+
# - name: SYSTEM_MAXFILESIZE
42+
# value: "500"
43+
# - name: SYSTEM_GOOGLEVISIBILITY
44+
# value: "true"
3545

3646
# -- Environment variables from secrets or configmaps to add to the stirling-pdf pods
3747
envsFrom: []

0 commit comments

Comments
 (0)