helm/owncast/kustomization.yaml
2023-09-06 04:40:49 +00:00

14 lines
330 B
YAML

# 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'