From 12932cc1a66e4305ec883f4be61b4a8771d4b986 Mon Sep 17 00:00:00 2001 From: David Young Date: Sat, 28 Dec 2024 13:19:38 +1300 Subject: [PATCH] update --- charts/myprecious/Chart.yaml | 2 +- .../templates/configmaps/configmap-homepage-config.yaml | 6 +++--- .../templates/ingressroutes/ingressroute-flixio.yaml | 2 +- charts/myprecious/templates/services/service-flixio.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/myprecious/Chart.yaml b/charts/myprecious/Chart.yaml index 020344caa..bb0a76791 100644 --- a/charts/myprecious/Chart.yaml +++ b/charts/myprecious/Chart.yaml @@ -16,7 +16,7 @@ type: application # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.221.1-pre-04 +version: 1.221.1-pre-05 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/myprecious/templates/configmaps/configmap-homepage-config.yaml b/charts/myprecious/templates/configmaps/configmap-homepage-config.yaml index f03d4c940..232b252f3 100644 --- a/charts/myprecious/templates/configmaps/configmap-homepage-config.yaml +++ b/charts/myprecious/templates/configmaps/configmap-homepage-config.yaml @@ -288,11 +288,11 @@ data: {{ end }} {{ if .Values.flixio.enabled }} - - Stremio: + - Flixio: icon: mdi-tv href: "https://{{ .Release.Name }}-flixio.{{ .Values.dns_domain }}" - description: Stremio Web - siteMonitor: http://stremio-web:8080 + description: Stremio (Anonymous) + siteMonitor: http://flixio:8080 {{ end }} - Manage Media: diff --git a/charts/myprecious/templates/ingressroutes/ingressroute-flixio.yaml b/charts/myprecious/templates/ingressroutes/ingressroute-flixio.yaml index b7e2c080d..ae0239ecd 100644 --- a/charts/myprecious/templates/ingressroutes/ingressroute-flixio.yaml +++ b/charts/myprecious/templates/ingressroutes/ingressroute-flixio.yaml @@ -8,7 +8,7 @@ spec: - match: Host(`{{ .Release.Name }}-flixio.{{ .Values.dns_domain }}`) kind: Rule services: - - name: stremio-web + - name: flixio kind: Service port: 8080 middlewares: diff --git a/charts/myprecious/templates/services/service-flixio.yaml b/charts/myprecious/templates/services/service-flixio.yaml index 2ab192502..a7acf42c5 100644 --- a/charts/myprecious/templates/services/service-flixio.yaml +++ b/charts/myprecious/templates/services/service-flixio.yaml @@ -2,7 +2,7 @@ apiVersion: v1 kind: Service metadata: - name: stremio-web + name: flixio labels: app.kubernetes.io/name: flixio app.kubernetes.io/instance: {{ .Release.Name }}