Skip to content

Commit

Permalink
Add Helm repository and release configuration for Wave Autoscale agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari-suhyeon committed Dec 10, 2024
1 parent 330092a commit 34456fc
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: wave-autoscale-agent-helm
namespace: flux-system
spec:
interval: 30s
url: https://release.waveautoscale.io/ghcr-helm/wa-agent
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: wave-autoscale-agent
namespace: wave-autoscale
spec:
chart:
spec:
chart: wave-autoscale-agent-helm
reconcileStrategy: ChartVersion
sourceRef:
kind: HelmRepository
name: wave-autoscale-agent-helm
namespace: flux-system
version: 1.8.0
interval: 1m0s
targetNamespace: wave-autoscale
values:
ghcr:
enabled: true
spec:
agent:
resources:
requests:
cpu: 100m
memory: 50Mi
cadvisor:
resources:
requests:
cpu: 50m
memory: 50Mi
valuesFrom:
- kind: Secret
name: wa-secret
valuesKey: GHRC_TOKEN
targetPath: ghcr.dockerconfigjson

0 comments on commit 34456fc

Please sign in to comment.