--- # yaml-language-server: $schema=https://ks.hsn.dev/helm.toolkit.fluxcd.io/helmrelease_v2beta2.json apiVersion: helm.toolkit.fluxcd.io/v2beta2 kind: HelmRelease metadata: name: &app vector-aggregator spec: interval: 30m timeout: 15m chart: spec: chart: app-template version: 2.6.0 sourceRef: kind: HelmRepository name: bjw-s namespace: flux-system install: remediation: retries: 3 upgrade: cleanupOnFail: true remediation: retries: 3 uninstall: keepHistory: false values: controllers: main: replicas: 2 strategy: RollingUpdate annotations: reloader.stakater.com/auto: "true" initContainers: init-geoip: image: repository: ghcr.io/maxmind/geoipupdate tag: v6.1.0@sha256:cdd36d36c2e1d353a990a48e5a36d42ee75089d5d9064d80d36d90c147fd2606 env: GEOIPUPDATE_EDITION_IDS: GeoLite2-City GEOIPUPDATE_FREQUENCY: "0" GEOIPUPDATE_VERBOSE: "true" envFrom: - secretRef: name: vector-aggregator-secret containers: main: image: repository: docker.io/timberio/vector tag: 0.36.0-alpine@sha256:d481b891ca5b36e2ae2a66917cc252ba8aaf30a7904f84b4c7d74206bd3de2e9 args: ["--config", "/etc/vector/vector.yaml"] pod: topologySpreadConstraints: - maxSkew: 1 topologyKey: kubernetes.io/hostname whenUnsatisfiable: DoNotSchedule labelSelector: matchLabels: app.kubernetes.io/name: *app service: main: type: LoadBalancer annotations: external-dns.alpha.kubernetes.io/hostname: vector.jahanson.tech io.cilium/lb-ipam-ips: 10.45.0.4 ports: http: port: 8686 journald: port: 6000 kubernetes: port: 6010 vyos: port: 6020 persistence: config: enabled: true type: configMap name: vector-aggregator-configmap globalMounts: - path: /etc/vector/vector.yaml subPath: vector.yaml readOnly: true data: type: emptyDir globalMounts: - path: /vector-data-dir geoip: type: emptyDir globalMounts: - path: /usr/share/GeoIP