Change sonarr ingress port

This commit is contained in:
SeanOMik 2023-04-03 01:09:34 -04:00
parent f804971841
commit c49b85045c
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 3 additions and 3 deletions

View File

@ -16,4 +16,4 @@ spec:
service:
name: sonarr
port:
number: 8989
name: sonarr

View File

@ -12,5 +12,5 @@ spec:
app: sonarr
ports:
- name: sonarr
port: 80
port: 8989
targetPort: 8989