Skip to content

Commit

Permalink
Merge pull request #32 from JacekZubielik/uptime-kuma
Browse files Browse the repository at this point in the history
fix(nodeselector): fix code
  • Loading branch information
JacekZubielik authored May 22, 2024
2 parents bb1c6b9 + e8bc14c commit f0849d0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions charts/mktxp-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,26 @@ persistence:
storageClassName: local-path
size: 1Gi

ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
labels: {}
path: /
hosts:
- chart-example.local
## Extra paths to prepend to every host configuration. This is useful when working with annotation based services.
extraPaths: []
# - path: /*
# backend:
# serviceName: ssl-redirect
# servicePort: use-annotation
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

monitoring:
enabled: false
serviceMonitor:
Expand Down
2 changes: 1 addition & 1 deletion charts/uptime-kuma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
appVersion: 1.23.11
description: Monitoring tool
name: uptime-kuma
version: 0.0.1
version: 0.0.2
keywords:
- uptime-kuma
type: application
Expand Down

0 comments on commit f0849d0

Please sign in to comment.