Skip to content

Commit

Permalink
Merge pull request #2214 from tyriis/feature/app-template-v2-migration
Browse files Browse the repository at this point in the history
feat(speedtest-exporter): update to app-template v2.3.0
  • Loading branch information
tyriis authored Dec 8, 2023
2 parents 0594aa2 + 0644e83 commit f067f8b
Showing 1 changed file with 25 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,42 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: speedtest-exporter
name: &app speedtest-exporter
spec:
interval: 15m
chart:
spec:
chart: app-template
version: 1.5.1
version: 2.3.0
interval: 15m
sourceRef:
kind: HelmRepository
name: bjw-s-charts
namespace: flux-system
values:
image:
repository: ghcr.io/miguelndecarvalho/speedtest-exporter
tag: v3.5.4
env:
TZ: ${SETTING_TZ}
resources:
requests:
cpu: 15m
memory: 64M
limits:
memory: 64M
controllers:
main:
annotations:
reloader.stakater.com/auto: "true"
containers:
main:
nameOverride: *app
env:
TZ: ${SETTING_TZ}
image:
repository: ghcr.io/miguelndecarvalho/speedtest-exporter
tag: v3.5.4
ports:
- name: metrics
containerPort: 9798
protocol: TCP
resources:
requests:
cpu: 15m
memory: 64M
limits:
memory: 64M

service:
main:
ports:
Expand Down

0 comments on commit f067f8b

Please sign in to comment.