We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69431d7 commit 3683059Copy full SHA for 3683059
charts/plex/templates/tests/test-connection.yaml
@@ -1,2 +1,5 @@
1
{{- include "common.test.connection" . }}
2
-{{- include "common.test.connection.args" . }}
+ args:
3
+ - |
4
+ http --ignore-stdin --check-status --timeout 10 GET \
5
+ {{ include "app.fullname" . }}:{{ .Values.service.port }}/web
charts/plex/values.yaml
@@ -66,11 +66,11 @@ resources: {}
66
67
livenessProbe:
68
httpGet:
69
- path: /health
+ path: /web
70
port: http
71
readinessProbe:
72
73
74
75
76
# Additional volumes on the output Deployment definition.
0 commit comments