16 lines
347 B
YAML
16 lines
347 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: jellyfin
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
- ingress-icarus.yaml
|
|
- volumes.music.yaml
|
|
- volumes.tv-shows.yaml
|
|
- volumes.movies.yaml
|
|
- volumes.app-data.yaml
|
|
- image-repo.yaml
|
|
- image-policy.yaml
|
|
- image-update-automation.yaml
|