Skip to content

Commit 8fb66b1

Browse files
Merge pull request #6 from ls1intum/fix-helm-chart
test without liveness
2 parents e89e8d8 + dadebef commit 8fb66b1

3 files changed

Lines changed: 6 additions & 17 deletions

File tree

theia-shared-cache/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.3
18+
version: 0.1.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

theia-shared-cache/templates/statefulset.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,22 +29,6 @@ spec:
2929
containerPort: 6011
3030
resources:
3131
{{ toYaml .Values.resources | nindent 12 }}
32-
livenessProbe:
33-
httpGet:
34-
path: /
35-
port: http
36-
initialDelaySeconds: 60
37-
periodSeconds: 10
38-
timeoutSeconds: 5
39-
failureThreshold: 3
40-
readinessProbe:
41-
httpGet:
42-
path: /
43-
port: http
44-
initialDelaySeconds: 30
45-
periodSeconds: 5
46-
timeoutSeconds: 3
47-
failureThreshold: 3
4832
env:
4933
- name: EXCLUSIVE_VOLUME_SIZE
5034
value: "{{ .Values.persistence.size }}"

theia-shared-cache/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,8 @@ resources:
2323
# UI Ingress Configuration
2424
ui:
2525
enabled: false # Set to true to enable the web UI
26+
27+
hosts:
28+
configuration:
29+
baseHost: ""
30+
cache: ""

0 commit comments

Comments
 (0)