Skip to content

Commit

Permalink
add chart for smarthome-metrics-temperature
Browse files Browse the repository at this point in the history
  • Loading branch information
klausmeyer committed Apr 26, 2024
1 parent b0da858 commit fe47a16
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/smarthome-metrics-temperature/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
10 changes: 10 additions & 0 deletions charts/smarthome-metrics-temperature/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
24 changes: 24 additions & 0 deletions charts/smarthome-metrics-temperature/values.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fe47a16

Please sign in to comment.