# yaml-language-server: $schema=https://json.schemastore.org/kustomization.json apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization namespace: default resources: - deployment.yaml - service-http.yaml - service-rtmp.yaml - ingress.yaml images: - name: owncast newName: owncast/owncast newTag: '0.1.0'