diff --git a/plexporter/templates/deployment.yaml b/plexporter/templates/deployment.yaml index 1da50fb..9175ed5 100644 --- a/plexporter/templates/deployment.yaml +++ b/plexporter/templates/deployment.yaml @@ -38,11 +38,11 @@ spec: protocol: TCP livenessProbe: httpGet: - path: / + path: /metrics port: metrics readinessProbe: httpGet: - path: / + path: /metrics port: metrics resources: {{- toYaml .Values.resources | nindent 12 }}