new ports metrics
This commit is contained in:
parent
237f6c03a2
commit
a563078a6f
@ -7,6 +7,8 @@ metadata:
|
||||
namespace: emby
|
||||
spec:
|
||||
replicas: 1
|
||||
strategy:
|
||||
type: Recreate
|
||||
selector:
|
||||
matchLabels:
|
||||
app: emby
|
||||
|
@ -5,4 +5,17 @@ metadata:
|
||||
spec:
|
||||
type: LoadBalancer
|
||||
loadBalancerIP: 192.168.178.103
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
- name: https
|
||||
port: 443
|
||||
protocol: TCP
|
||||
targetPort: 8080
|
||||
- name: metrics
|
||||
port: 8083
|
||||
protocol: TCP
|
||||
targetPort: 8083
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user