🚀 scrutiny

This commit is contained in:
auricom
2024-01-29 18:14:59 +01:00
parent 2f9f896f7a
commit fdb52fbc4c
10 changed files with 387 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: &app influx
namespace: flux-system
spec:
targetNamespace: database
commonMetadata:
labels:
app.kubernetes.io/name: *app
path: ./kubernetes/apps/database/influx/app
prune: true
sourceRef:
kind: GitRepository
name: home-ops-kubernetes
dependsOn:
- name: external-secrets-stores
- name: volsync
wait: true
interval: 30m
retryInterval: 1m
timeout: 15m
postBuild:
substitute:
APP: *app
VOLSYNC_CAPACITY: 10Gi