diff --git a/helm-values/radarr_values.yaml b/helm-values/radarr_values.yaml index 8b5e105..707358d 100644 --- a/helm-values/radarr_values.yaml +++ b/helm-values/radarr_values.yaml @@ -15,8 +15,11 @@ env: value: "Europe/Amsterdam" service: - type: ClusterIP - port: 7878 + main: + type: ClusterIP + ports: + http: + port: 7878 persistence: config: diff --git a/helm-values/sonarr_values.yaml b/helm-values/sonarr_values.yaml index b1aedd4..77c7558 100644 --- a/helm-values/sonarr_values.yaml +++ b/helm-values/sonarr_values.yaml @@ -15,8 +15,11 @@ env: value: "Europe/Amsterdam" service: - type: ClusterIP - port: 8989 + main: + type: ClusterIP + ports: + http: + port: 8989 persistence: config: