diff --git a/emby/Chart.yaml b/emby/Chart.yaml index cc2442b..fb74a2b 100644 --- a/emby/Chart.yaml +++ b/emby/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.3 +version: 0.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/emby/templates/statefulset.yaml b/emby/templates/statefulset.yaml index e83a1e1..dba867b 100644 --- a/emby/templates/statefulset.yaml +++ b/emby/templates/statefulset.yaml @@ -59,12 +59,10 @@ spec: containerPort: 8096 protocol: TCP livenessProbe: - httpGet: - path: / + tcpSocket: port: 8096 readinessProbe: - httpGet: - path: / + tcpSocket: port: 8096 resources: {{- toYaml .Values.resources | nindent 12 }}