2023-12-07 15:10:22 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: uptime-kuma
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
|
|
|
destination:
|
|
|
|
namespace: uptime
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
project: apps
|
|
|
|
source:
|
|
|
|
helm:
|
|
|
|
parameters:
|
|
|
|
- name: service.type
|
|
|
|
value: LoadBalancer
|
|
|
|
- name: persistence.enabled
|
|
|
|
value: "true"
|
2023-12-07 15:12:35 +00:00
|
|
|
- name: persistence.storageClass
|
2023-12-07 15:10:22 +00:00
|
|
|
value: rook-ceph-block-ssd
|
|
|
|
path: apps-helm/uptime-kuma
|
|
|
|
repoURL: https://git.martyn.berlin/martyn/infra4talos.git
|
|
|
|
targetRevision: HEAD
|