apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

namespace: syncthing

resources:
  - namespace.yaml
  - pvc.yaml
  - deployment.yaml
  - service.yaml
  - ingress.yaml
  - servicemonitor.yaml
  - syncthing-api.sealedsecret.yaml

images:
  - name: syncthing
    newName: syncthing/syncthing
    newTag: "1.27"