Skip to content

Commit

Permalink
(fleet/kuma) add kuma fleet.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtapiacl committed Oct 17, 2024
1 parent 4e7141f commit 7f237fc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fleet/lib/kuma/fleet.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
defaultNamespace: kuma
labels:
bundle: kuma
helm:
chart: &chart uptime-kuma
releaseName: *chart
repo: https://dirsigler.github.io/uptime-kuma-helm
version: 2.20.0
timeoutSeconds: 300
waitForJobs: true
valuesFiles:
- values.yaml
26 changes: 26 additions & 0 deletions fleet/lib/kuma/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
ingress:
enabled: true
ingressClassName: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt
hosts:
- kuma.${ .ClusterLabels.site }.lsst.org
tls:
- secretName: kuma-tls
hosts:
- kuma.${ .ClusterLabels.site }.lsst.org

volume:
enabled: true
accessMode: ReadWriteOnce
size: 4Gi
existingClaim: ""

resources:
limits:
cpu: "2"
memory: 8Gi
requests:
cpu: "2"
memory: 8Gi

0 comments on commit 7f237fc

Please sign in to comment.