Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
13
gitops/apps/cacti/Chart.yaml
Normal file
13
gitops/apps/cacti/Chart.yaml
Normal 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
|
||||
|
||||
64
gitops/apps/cacti/values.yaml
Normal file
64
gitops/apps/cacti/values.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user