new ports metrics

This commit is contained in:
Steffen Illium 2024-05-05 21:02:28 +02:00
parent 237f6c03a2
commit a563078a6f
2 changed files with 15 additions and 0 deletions

View File

@ -7,6 +7,8 @@ metadata:
namespace: emby
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app: emby

View File

@ -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