some tries to get a functioning setup
This commit is contained in:
18
apps/snapcast/kustomization.yaml
Normal file
18
apps/snapcast/kustomization.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user