Skip to content

Commit 3683059

Browse files
committed
plex: fix tests
1 parent 69431d7 commit 3683059

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
{{- include "common.test.connection" . }}
2-
{{- include "common.test.connection.args" . }}
2+
args:
3+
- |
4+
http --ignore-stdin --check-status --timeout 10 GET \
5+
{{ include "app.fullname" . }}:{{ .Values.service.port }}/web

charts/plex/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ resources: {}
6666

6767
livenessProbe:
6868
httpGet:
69-
path: /health
69+
path: /web
7070
port: http
7171
readinessProbe:
7272
httpGet:
73-
path: /health
73+
path: /web
7474
port: http
7575

7676
# Additional volumes on the output Deployment definition.

0 commit comments

Comments
 (0)