cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

operator.yaml (545B)


      1 apiVersion: helm.toolkit.fluxcd.io/v2
      2 kind: HelmRelease
      3 metadata:
      4   name: mariadb-operator
      5   namespace: mariadb-operator
      6 spec:
      7   releaseName: mariadb-operator
      8   chart:
      9     spec:
     10       chart: mariadb-operator
     11       sourceRef:
     12         kind: HelmRepository
     13         name: mariadb-operator
     14   interval: 60m
     15   timeout: 5m
     16   install:
     17     timeout: 5m
     18     remediation:
     19       retries: 3
     20     crds: Create
     21   upgrade:
     22     crds: CreateReplace
     23   values:
     24     crds:
     25       enabled: true
     26     metrics:
     27       enabled: true
     28       serviceMonitor:
     29         enabled: true