21 lines
437 B
YAML
21 lines
437 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: media
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- pvc.yaml
|
|
- server.deployment.yaml
|
|
- server.service.yaml
|
|
- web.deployment.yaml
|
|
- web.service.yaml
|
|
- ingress.yaml
|
|
|
|
images:
|
|
- name: jellyfin/jellyfin
|
|
newName: jellyfin/jellyfin
|
|
newTag: 10.9.4
|
|
- name: ghcr.io/jellyfin/jellyfin-vue
|
|
newName: ghcr.io/jellyfin/jellyfin-vue
|
|
newTag: stable-rc.0.3.1
|