change services
This commit is contained in:
@@ -42,6 +42,13 @@ plex:
|
|||||||
create: true
|
create: true
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
controller: main
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 80
|
||||||
|
targetPort: 32400
|
||||||
|
protocol: HTTP
|
||||||
|
external:
|
||||||
controller: main
|
controller: main
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
annotations:
|
annotations:
|
||||||
@@ -69,7 +76,7 @@ plex:
|
|||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
service:
|
service:
|
||||||
name: plex
|
name: plex-main
|
||||||
port: 32400
|
port: 32400
|
||||||
tls:
|
tls:
|
||||||
- secretName: plex-secret-tls
|
- secretName: plex-secret-tls
|
||||||
|
Reference in New Issue
Block a user