charts/pihole-exporter/values.yaml
2024-02-24 21:53:59 +08:00

65 lines
1.5 KiB
YAML

# Default values for pihole-exporter.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: ekofr/pihole-exporter
tag: latest
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
service:
type: ClusterIP
port: 9617 #DefaultImagePort-CanBeChangedBelow
ingress:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: pihole-host.local
paths: {}
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
extraEnvVars:
INTERVAL: 10s,
PIHOLE_HOSTNAME: 192.168.11.53,192.168.11.54
PIHOLE_PORT: 80 #Change the port the exporter tries to access your Pihole Service on
PORT: 9617 #ChangeDefaultWebserverPort
secretEnvVars:
# PIHOLE_PASSWORD:
PIHOLE_API_TOKEN: "447e0a900a008b3ab0b3b8533f88353bb712c6fcdf84a7cdfeeec524f6b92898"
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
securityContext: {}
annotations: {}