This commit is contained in:
Sense T
2023-09-06 04:40:49 +00:00
parent dc6bf2e27d
commit d5933d6be0
5 changed files with 96 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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'