diff --git a/charts/smarthome-metrics-temperature/Chart.lock b/charts/smarthome-metrics-temperature/Chart.lock new file mode 100644 index 0000000..284018e --- /dev/null +++ b/charts/smarthome-metrics-temperature/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: rails-application + repository: https://klausmeyer.github.io/helm-charts + version: 0.1.0-alpha2 +digest: sha256:5745546d337f716196d354eb58e4936283586c0f3ba0daa5bfc218bb4c90599a +generated: "2024-04-26T18:49:13.678075+02:00" diff --git a/charts/smarthome-metrics-temperature/Chart.yaml b/charts/smarthome-metrics-temperature/Chart.yaml new file mode 100644 index 0000000..773c809 --- /dev/null +++ b/charts/smarthome-metrics-temperature/Chart.yaml @@ -0,0 +1,10 @@ +apiVersion: v2 +name: smarthome-metrics-temperature +description: A Helm chart for Kubernetes +type: application +version: "0.1.0-alpha1" + +dependencies: + - name: rails-application + version: "0.1.0-alpha2" + repository: https://klausmeyer.github.io/helm-charts diff --git a/charts/smarthome-metrics-temperature/values.yaml b/charts/smarthome-metrics-temperature/values.yaml new file mode 100644 index 0000000..3221a07 --- /dev/null +++ b/charts/smarthome-metrics-temperature/values.yaml @@ -0,0 +1,24 @@ +rails-application: + name: smarthome-metrics-temperature + version: "0.1.0" + + image: + repository: klausmeyer/smarthome-metrics-temperature + + environment: + # sealedSecrets: false + plain: {} + # FRITZBOX_ENDPOINT: "<...>" + secret: {} + # FRITZBOX_USERNAME: "<...>" + # FRITZBOX_PASSWORD: "<...>" + + deployments: + web: + enabled: true + livenessProbe: + httpGet: + path: / + readinessProbe: + httpGet: + path: /metrics