Compare commits

..

6 commits

6 changed files with 8 additions and 16 deletions

View file

@ -4,7 +4,6 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: &app influxdb
namespace: monitoring
spec:
interval: 30m
chart:
@ -54,7 +53,7 @@ spec:
startup:
enabled: false
resources:
limits:
requests:
cpu: 10m
memory: 50Mi
@ -69,7 +68,7 @@ spec:
main:
className: internal-nginx
hosts:
- host: &host "{{ Release.Name }}.jahanson.tech"
- host: &host "{{ .Release.Name }}.jahanson.tech"
paths:
- path: /
service:

View file

@ -5,3 +5,4 @@ kind: Kustomization
resources:
- ./gatus.yaml
- ./helmrelease.yaml
- ../../../../templates/volsync

View file

@ -23,3 +23,4 @@ spec:
postBuild:
substitute:
APP: *app
VOLSYNC_CAPACITY: 20Gi

View file

@ -32,7 +32,9 @@ spec:
devices:
- host: 10.1.1.68
devices:
- /dev/nvme0n1
- device: /dev/nvme0n1
type: nvme
- host: 10.1.1.69
devices:
- /dev/nvme0n1
- device: /dev/nvme0n1
type: nvme

View file

@ -1,10 +0,0 @@
---
# yaml-language-server: $schema=https://ks.hsn.dev/source.toolkit.fluxcd.io/helmrepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: influxdata
namespace: flux-system
spec:
interval: 2h
url: https://helm.influxdata.com/

View file

@ -22,7 +22,6 @@ resources:
- grafana.yaml
- hashicorp.yaml
- hetzner.yaml
- influxdata.yaml
- ingress-nginx.yaml
- intel.yaml
- jetstack.yaml