File tree Expand file tree Collapse file tree 4 files changed +21
-11
lines changed
Expand file tree Collapse file tree 4 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
2- appVersion : 1.3.2
2+ appVersion : 2.1.5
33description : locally hosted web application that allows you to perform various operations on PDF files
44home : https://github.com/Stirling-Tools/Stirling-PDF
55keywords :
@@ -12,4 +12,4 @@ maintainers:
1212name : stirling-pdf-chart
1313sources :
1414 - https://github.com/Stirling-Tools/Stirling-PDF-chart
15- version : 2.2 .0
15+ version : 3.0 .0
Original file line number Diff line number Diff line change 11# stirling-pdf-chart
22
3- ![ Version: 2.2 .0] ( https://img.shields.io/badge/Version-2.2 .0-informational?style=flat-square ) ![ AppVersion: 1.3.2 ] ( https://img.shields.io/badge/AppVersion-1.3.2 -informational?style=flat-square )
3+ ![ Version: 3.0 .0] ( https://img.shields.io/badge/Version-3.0 .0-informational?style=flat-square ) ![ AppVersion: 2.1.5 ] ( https://img.shields.io/badge/AppVersion-2.1.5 -informational?style=flat-square )
44
55locally hosted web application that allows you to perform various operations on PDF files
66
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change @@ -22,16 +22,26 @@ rootPath: /
2222
2323# -- Environment variables to add to the stirling-pdf pods
2424envs : []
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
3747envsFrom : []
You can’t perform that action at this time.
0 commit comments