Skip to content

Commit

Permalink
feat(speedtest-exporter): update to app-template v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 8, 2023
1 parent 0594aa2 commit b6e5519
Showing 1 changed file with 21 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,38 @@
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
resources:
requests:
cpu: 15m
memory: 64M
limits:
memory: 64M

service:
main:
ports:
Expand Down

0 comments on commit b6e5519

Please sign in to comment.