mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-14 21:21:28 +03:00
Updated chart location, renamed yamls and hardcoded service name in ingress
This commit is contained in:
22
chart/templates/service.yaml
Normal file
22
chart/templates/service.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: C:\Users\tzahi\Documents\YoutubeDL-Material\kompose.exe --file .\docker-compose.yml
|
||||
convert -c
|
||||
kompose.version: 1.21.0 (992df58d8)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
io.kompose.service: ytdl-material
|
||||
name: ytdl-material
|
||||
spec:
|
||||
type: {{ .Values.service.type }}
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
targetPort: 17442
|
||||
protocol: TCP
|
||||
name: http
|
||||
selector:
|
||||
io.kompose.service: ytdl-material
|
||||
status:
|
||||
loadBalancer: {}
|
||||
Reference in New Issue
Block a user