monorepo lab stuff, init zen

This commit is contained in:
iofq 2025-12-27 22:26:02 -06:00
parent cfc15bba89
commit 645e09f9dd
54 changed files with 67498 additions and 406 deletions

View file

@ -0,0 +1,40 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: smokeping
---
apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: smokeping
namespace: kube-system
spec:
targetNamespace: smokeping
repo: https://nicholaswilde.github.io/helm-charts/
chart: smokeping
valuesContent: |-
image:
repository: ghcr.io/linuxserver/smokeping
pullPolicy: IfNotPresent
env:
TZ: "America/Chigaco"
ingress:
enabled: false
persistence:
config:
enabled: true
emptyDir: false
mountPath: /config
storageClass: local-path
accessMode: ReadWriteOnce
size: 1Gi
skipuninstall: false
data:
enabled: true
emptyDir: false
mountPath: /data
storageClass: local-path
accessMode: ReadWriteOnce
size: 1Gi
skipuninstall: false