Change sonarr ingress port
This commit is contained in:
parent
f804971841
commit
c49b85045c
|
@ -16,4 +16,4 @@ spec:
|
||||||
service:
|
service:
|
||||||
name: sonarr
|
name: sonarr
|
||||||
port:
|
port:
|
||||||
number: 8989
|
name: sonarr
|
|
@ -12,5 +12,5 @@ spec:
|
||||||
app: sonarr
|
app: sonarr
|
||||||
ports:
|
ports:
|
||||||
- name: sonarr
|
- name: sonarr
|
||||||
port: 80
|
port: 8989
|
||||||
targetPort: 8989
|
targetPort: 8989
|
Loading…
Reference in New Issue