cluster

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

release.yaml (403B)


      1 apiVersion: helm.toolkit.fluxcd.io/v2
      2 kind: HelmRelease
      3 metadata:
      4   name: gerrit
      5   namespace: gerrit
      6 spec:
      7   interval: 1h
      8   releaseName: gerrit
      9   chart:
     10     spec:
     11       chart: ./helm-charts/gerrit-operator/
     12       sourceRef:
     13         kind: GitRepository
     14         name: gerrit
     15         namespace: gerrit
     16   values:
     17     ingress:
     18       type: INGRESS
     19     image:
     20       repository: ghcr.io/mtrnord/gerrit_operator