apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: rabbitmq namespace: rabbitmq spec: interval: 5m timeout: 10m values: virtualService: rabbitmq: hosts: - rabbitmq.contour.infra.sarex.tech gateway: grafana: servers: - hosts: - rabbitmq.contour.infra.sarex.tech port: name: https-443 number: 443 protocol: HTTPS tls: credentialName: rmq-tls mode: SIMPLE - hosts: - rabbitmq.contour.infra.sarex.tech port: name: http-80 number: 80 protocol: HTTP certificate: rabbitmq: dnsNames: - rabbitmq.contour.infra.sarex.tech replicaCount: 1 resources: requests: memory: 1Gi persistence: storageClass: local-path size: 10Gi