chore(syncthing): add kustomization.yaml

This commit is contained in:
David Landry 2024-05-25 14:49:13 -04:00
parent 51f9524038
commit 71de2729ed

View file

@ -0,0 +1,8 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ingress.yaml
- sync-config-persistentvolumeclaim.yaml
- sync-data-persistentvolumeclaim.yaml
- sync-deployment.yaml
- sync-service.yaml