Fix formatting issues introduced with #152
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -7,7 +7,7 @@ Installed {{ .Chart.Name }}…
|
|||||||
|
|
||||||
{{- if eq (.Values.tornjak.enabled | toString) "true" }}
|
{{- if eq (.Values.tornjak.enabled | toString) "true" }}
|
||||||
|
|
||||||
### WARNING ###
|
### WARNING ###
|
||||||
This Tornjak is configured without authentication and it is intended for
|
This Tornjak is configured without authentication and it is intended for
|
||||||
testing only. Please do not use this version in production.
|
testing only. Please do not use this version in production.
|
||||||
|
|
||||||
|
|||||||
@@ -141,4 +141,4 @@ Create URL for accessing Tornjak Frontend
|
|||||||
{{- define "tornjak.FrontendURL" -}}
|
{{- define "tornjak.FrontendURL" -}}
|
||||||
{{- $feurl := print "http://localhost:3000" }}
|
{{- $feurl := print "http://localhost:3000" }}
|
||||||
{{- $feurl }}
|
{{- $feurl }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -58,4 +58,4 @@ spec:
|
|||||||
port: 10000
|
port: 10000
|
||||||
targetPort: 10000
|
targetPort: 10000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ spec:
|
|||||||
startupProbe:
|
startupProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
scheme: HTTP
|
scheme: HTTP
|
||||||
port: 3000
|
port: 3000
|
||||||
failureThreshold: 6
|
failureThreshold: 6
|
||||||
initialDelaySeconds: 60
|
initialDelaySeconds: 60
|
||||||
periodSeconds: 30
|
periodSeconds: 30
|
||||||
@@ -165,7 +165,7 @@ spec:
|
|||||||
env:
|
env:
|
||||||
{{- if .Values.tornjak.config.frontend }}
|
{{- if .Values.tornjak.config.frontend }}
|
||||||
- name: REACT_APP_API_SERVER_URI
|
- name: REACT_APP_API_SERVER_URI
|
||||||
value: {{ include "tornjak.apiURL" . | required "Either .Values.tornjak.config.backend.ingress or .Values.tornjak.config.frontend.apiServerURL is required." }}
|
value: {{ include "tornjak.apiURL" . | required "Either .Values.tornjak.config.backend.ingress or .Values.tornjak.config.frontend.apiServerURL is required." }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
@@ -20,4 +20,4 @@ data:
|
|||||||
}
|
}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
}
|
}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|||||||
@@ -225,4 +225,4 @@ tornjak:
|
|||||||
# dataStore - persistent DB for storing Tornjak specific information
|
# dataStore - persistent DB for storing Tornjak specific information
|
||||||
dataStore:
|
dataStore:
|
||||||
driver: "sqlite3"
|
driver: "sqlite3"
|
||||||
file: "/run/spire/data/tornjak.sqlite3"
|
file: "/run/spire/data/tornjak.sqlite3"
|
||||||
|
|||||||
Reference in New Issue
Block a user