cluster

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

operator.yaml (675B)


      1 apiVersion: helm.toolkit.fluxcd.io/v2
      2 kind: HelmRelease
      3 metadata:
      4   name: cloudnative-pg-operator
      5   namespace: postgres-cluster
      6 spec:
      7   releaseName: cloudnative-pg-operator
      8   chart:
      9     spec:
     10       chart: cloudnative-pg
     11       sourceRef:
     12         kind: HelmRepository
     13         name: cnpg
     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     # Force recreation due to Helm not properly patching Deployment with e.g. added port,
     24     # causing spurious drift detection
     25     force: true
     26   values:
     27     monitoring:
     28       podMonitorEnabled: true
     29       grafanaDashboard:
     30         create: false