Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
funkypenguin committed Dec 28, 2024
1 parent f58d92a commit 12932cc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/myprecious/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/myprecious/templates/services/service-flixio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 12932cc

Please sign in to comment.