Added ingress and expandable storage support

This commit is contained in:
Isaac Abadi
2020-12-31 15:22:53 -05:00
parent c67d5c3734
commit 85e2958be3
6 changed files with 71 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
service:
type: ClusterIP
port: 80
ingress:
enabled: false
annotations: {}
hosts:
- host: ytdl-material.local
paths: []
tls: []