new file: deploy/app/image-policy.yaml new file: deploy/app/image-repo.yaml new file: deploy/app/image-update-automation.yaml modified: deploy/app/kustomization.yaml
15 lines
323 B
YAML
15 lines
323 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: jellyfin
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.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
|