mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-23 10:03:20 +03:00
Fixed bug in deployment of chart and merged two service files
This commit is contained in:
@@ -10,11 +10,13 @@ metadata:
|
||||
io.kompose.service: ytdl-material
|
||||
name: ytdl-material
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- name: "8998"
|
||||
port: 8998
|
||||
targetPort: 17442
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: http
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
io.kompose.service: ytdl-material
|
||||
{{- include "youtubedl-material.selectorLabels" . | nindent 4 }}
|
||||
status:
|
||||
loadBalancer: {}
|
||||
|
||||
Reference in New Issue
Block a user