Automated Manifest Update (#2577)

This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow.

Reviewed-on: #2577
Co-authored-by: gitea-bot <gitea-bot@alexlebens.net>
Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #2577.
This commit is contained in:
2025-12-16 02:29:10 +00:00
committed by Alex Lebens
parent aa0010eac6
commit 849c7b2c4c
9 changed files with 86 additions and 4 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: v1
kind: Service
metadata:
name: jellyfin-vue
labels:
app.kubernetes.io/instance: jellyfin
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: jellyfin
app.kubernetes.io/service: jellyfin-vue
helm.sh/chart: jellyfin-4.5.0
namespace: jellyfin
spec:
type: ClusterIP
ports:
- port: 80
targetPort: 80
protocol: TCP
name: http
selector:
app.kubernetes.io/controller: vue
app.kubernetes.io/instance: jellyfin
app.kubernetes.io/name: jellyfin