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 18, 2024
1 parent 4e7141f commit af48022
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:
dashboard:
annotations:
cert-manager.io/cluster-issuer: letsencrypt
host:
name: kuma.${ .ClusterName }.${ .ClusterLabels.site }.lsst.org
ingressClassName: nginx
tls:
- hosts:
- kuma.${ .ClusterName }.${ .ClusterLabels.site }.lsst.org
secretName: kuma-dashboard-ingress-tls

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

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

0 comments on commit af48022

Please sign in to comment.