Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Some checks failed
Test / test (push) Has been cancelled

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
defiQUG
2026-02-08 09:04:46 -08:00
commit c39465c2bd
386 changed files with 50649 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v2
name: cacti
description: Cacti network monitoring and graphing Helm chart
type: application
version: 1.0.0
appVersion: "1.2.0"
keywords:
- monitoring
- graphing
- network
maintainers:
- name: HC Stack Team

View File

@@ -0,0 +1,64 @@
replicaCount: 1
image:
repository: cacti/cacti
pullPolicy: IfNotPresent
tag: "1.2.0"
nameOverride: ""
fullnameOverride: ""
serviceAccount:
create: true
annotations: {}
name: ""
service:
type: ClusterIP
port: 80
ingress:
enabled: false
className: "nginx"
annotations: {}
hosts:
- host: cacti.example.com
paths:
- path: /
pathType: Prefix
tls: []
resources:
limits:
cpu: 1000m
memory: 2Gi
requests:
cpu: 500m
memory: 1Gi
config:
timezone: "UTC"
rrdPath: "/var/www/html/rra"
persistence:
enabled: true
storageClass: ""
accessMode: ReadWriteOnce
size: 10Gi
mysql:
enabled: true
image:
repository: mysql
tag: "8.0"
persistence:
enabled: true
size: 10Gi
resources:
limits:
cpu: 500m
memory: 1Gi
requests:
cpu: 250m
memory: 512Mi