Files
loc_az_hci/gitops/apps/cacti/values.yaml
defiQUG c39465c2bd
Some checks failed
Test / test (push) Has been cancelled
Initial commit: loc_az_hci (smom-dbis-138 excluded via .gitignore)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-08 09:04:46 -08:00

65 lines
875 B
YAML

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