diff --git a/docker-compose/Chart.yaml b/chart/Chart.yaml similarity index 100% rename from docker-compose/Chart.yaml rename to chart/Chart.yaml diff --git a/docker-compose/LICENSE b/chart/LICENSE similarity index 100% rename from docker-compose/LICENSE rename to chart/LICENSE diff --git a/docker-compose/README.md b/chart/README.md similarity index 100% rename from docker-compose/README.md rename to chart/README.md diff --git a/docker-compose/artifacthub-repo.yml b/chart/artifacthub-repo.yml similarity index 100% rename from docker-compose/artifacthub-repo.yml rename to chart/artifacthub-repo.yml diff --git a/docker-compose/index.yaml b/chart/index.yaml similarity index 75% rename from docker-compose/index.yaml rename to chart/index.yaml index 6591843..2244b78 100644 --- a/docker-compose/index.yaml +++ b/chart/index.yaml @@ -2,9 +2,9 @@ apiVersion: v1 entries: youtubedl-material: - apiVersion: v1 - created: "2020-12-31T17:01:51.5935139-05:00" + created: "2021-01-01T05:51:36.304331-05:00" description: A Material Design frontend for youtube-dl - digest: b1fd62b2a64936c10b01b9b414c64dcb378862a54e2af47e0b902601b4231cca + digest: f7340d24fb051ade30b890db3b5c483a884b8459316dcf2ffc6fb9413d41252e home: https://github.com/Tzahi12345/YoutubeDL-Material/ icon: https://i.imgur.com/IKOlr0N.png keywords: @@ -19,4 +19,4 @@ entries: urls: - youtubedl-material-0.0.1.tgz version: 0.0.1 -generated: "2020-12-31T17:01:51.5903804-05:00" +generated: "2021-01-01T05:51:36.3003569-05:00" diff --git a/docker-compose/templates/_helpers.tpl b/chart/templates/_helpers.tpl similarity index 100% rename from docker-compose/templates/_helpers.tpl rename to chart/templates/_helpers.tpl diff --git a/docker-compose/templates/ytdl-material-claim-appdata-persistentvolumeclaim.yaml b/chart/templates/claim-appdata-persistentvolumeclaim.yaml similarity index 100% rename from docker-compose/templates/ytdl-material-claim-appdata-persistentvolumeclaim.yaml rename to chart/templates/claim-appdata-persistentvolumeclaim.yaml diff --git a/docker-compose/templates/ytdl-material-claim-audio-persistentvolumeclaim.yaml b/chart/templates/claim-audio-persistentvolumeclaim.yaml similarity index 100% rename from docker-compose/templates/ytdl-material-claim-audio-persistentvolumeclaim.yaml rename to chart/templates/claim-audio-persistentvolumeclaim.yaml diff --git a/docker-compose/templates/ytdl-material-claim-subscriptions-persistentvolumeclaim.yaml b/chart/templates/claim-subscriptions-persistentvolumeclaim.yaml similarity index 100% rename from docker-compose/templates/ytdl-material-claim-subscriptions-persistentvolumeclaim.yaml rename to chart/templates/claim-subscriptions-persistentvolumeclaim.yaml diff --git a/docker-compose/templates/ytdl-material-claim-users-persistentvolumeclaim.yaml b/chart/templates/claim-users-persistentvolumeclaim.yaml similarity index 100% rename from docker-compose/templates/ytdl-material-claim-users-persistentvolumeclaim.yaml rename to chart/templates/claim-users-persistentvolumeclaim.yaml diff --git a/docker-compose/templates/ytdl-material-claim-video-persistentvolumeclaim.yaml b/chart/templates/claim-video-persistentvolumeclaim.yaml similarity index 100% rename from docker-compose/templates/ytdl-material-claim-video-persistentvolumeclaim.yaml rename to chart/templates/claim-video-persistentvolumeclaim.yaml diff --git a/docker-compose/templates/ytdl-material-deployment.yaml b/chart/templates/deployment.yaml similarity index 100% rename from docker-compose/templates/ytdl-material-deployment.yaml rename to chart/templates/deployment.yaml diff --git a/docker-compose/templates/ingress.yaml b/chart/templates/ingress.yaml similarity index 96% rename from docker-compose/templates/ingress.yaml rename to chart/templates/ingress.yaml index caf0d76..be21eb0 100644 --- a/docker-compose/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -34,7 +34,7 @@ spec: {{- range .paths }} - path: {{ .path }} backend: - serviceName: {{ $fullName }} + serviceName: ytdl-material servicePort: {{ $svcPort }} {{- end }} {{- end }} diff --git a/docker-compose/templates/ytdl-material-service.yaml b/chart/templates/service.yaml similarity index 100% rename from docker-compose/templates/ytdl-material-service.yaml rename to chart/templates/service.yaml diff --git a/docker-compose/values.yaml b/chart/values.yaml similarity index 100% rename from docker-compose/values.yaml rename to chart/values.yaml diff --git a/chart/youtubedl-material-0.0.1.tgz b/chart/youtubedl-material-0.0.1.tgz new file mode 100644 index 0000000..5271a20 Binary files /dev/null and b/chart/youtubedl-material-0.0.1.tgz differ diff --git a/docker-compose/youtubedl-material-0.0.1.tgz b/docker-compose/youtubedl-material-0.0.1.tgz deleted file mode 100644 index d8426bc..0000000 Binary files a/docker-compose/youtubedl-material-0.0.1.tgz and /dev/null differ