cluster

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

release.yaml (678B)


      1 apiVersion: helm.toolkit.fluxcd.io/v2
      2 kind: HelmRelease
      3 metadata:
      4   name: envoy-gateway
      5   namespace: envoy-gateway
      6 spec:
      7   releaseName: envoy-gateway
      8   interval: 60m
      9   chartRef:
     10     kind: OCIRepository
     11     name: envoy-gateway
     12   values:
     13     podDisruptionBudget:
     14       minAvailable: 1
     15     deployment:
     16       replicas: 3
     17     config:
     18       # -- EnvoyGateway configuration. Visit https://gateway.envoyproxy.io/docs/api/extension_types/#envoygateway to view all options.
     19       envoyGateway:
     20         gateway:
     21           controllerName: gateway.envoyproxy.io/gatewayclass-controller
     22         provider:
     23           type: Kubernetes
     24         logging:
     25           level:
     26             default: info