added node-red
Some checks failed
Package and publish helm chart / package-helm (push) Failing after 17s
Some checks failed
Package and publish helm chart / package-helm (push) Failing after 17s
This commit is contained in:
parent
a9da674caa
commit
4dbcd74a03
18
charts/node-red/Chart.yaml
Normal file
18
charts/node-red/Chart.yaml
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
apiVersion: v2
|
||||||
|
name: node-red
|
||||||
|
description:
|
||||||
|
type: application
|
||||||
|
version: 1.0.0
|
||||||
|
appVersion:
|
||||||
|
kubeVersion: ">=1.27.0"
|
||||||
|
home:
|
||||||
|
sources:
|
||||||
|
- https://git.rre.nu/jonas/helm-charts
|
||||||
|
maintainers:
|
||||||
|
- name: Jonas Forsberg
|
||||||
|
email: barregargamel@gmail.com
|
||||||
|
dependencies:
|
||||||
|
- name: lib
|
||||||
|
repository: https://git.rre.nu/api/packages/jonas/helm
|
||||||
|
version: 1.0.3
|
2
charts/node-red/Makefile
Normal file
2
charts/node-red/Makefile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
doc:
|
||||||
|
frigate gen --output-format markdown --no-deps --no-credits ./ > README.md
|
1
charts/node-red/templates/base.tpl
Normal file
1
charts/node-red/templates/base.tpl
Normal file
@ -0,0 +1 @@
|
|||||||
|
{{ include "lib.all" . }}
|
32
charts/node-red/values.yaml
Normal file
32
charts/node-red/values.yaml
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
image:
|
||||||
|
repository:
|
||||||
|
tag:
|
||||||
|
|
||||||
|
controller: # main workload
|
||||||
|
enabled: true # should the main workload be included or not
|
||||||
|
type: deployment # valid options are deployment, statefulset, job
|
||||||
|
|
||||||
|
service:
|
||||||
|
http:
|
||||||
|
enabled: false
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 80
|
||||||
|
targetPort: 8123
|
||||||
|
|
||||||
|
ingress:
|
||||||
|
enabled: false
|
||||||
|
service: http # what service should the ingress target
|
||||||
|
servicePort: 80
|
||||||
|
className: "nginx"
|
||||||
|
hosts:
|
||||||
|
- host: example.local
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
annotations:
|
||||||
|
{}
|
||||||
|
tls: []
|
||||||
|
# - secretName: chart-example-tls
|
||||||
|
# hosts:
|
||||||
|
# - chart-example.local
|
Loading…
Reference in New Issue
Block a user