19 lines
347 B
YAML
19 lines
347 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: snapcast
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- snapcast-config.secret.yaml
|
|
|
|
images:
|
|
- name: snapcast
|
|
newName: ghcr.io/firefrei/snapcast/server
|
|
newTag: latest
|
|
- name: librespot
|
|
newName: giof71/librespot
|
|
newTag: latest
|