build/package/peerd-helm/values.yaml (24 lines of code) (raw):
peerd:
configureMirrors: true
hosts:
- https://docker.io
- https://ghcr.io
- https://mcr.microsoft.com
- https://registry.k8s.io
image:
pullPolicy: IfNotPresent
ref: ghcr.io/azure/acr/dev/peerd:stable
logLevel: debug
metrics:
prometheus:
# Enable auto-discovery of Prometheus metrics on AKS. Set to false if you are using a custom Prometheus configuration.
# See: https://learn.microsoft.com/azure/azure-monitor/containers/prometheus-metrics-scrape-configuration?tabs=CRDConfig%2CCRDScrapeConfig#configmaps
aksAutoDiscovery: true
namespace:
# The kubernetes namespace for pod deployment and leader election.
k8s: peerd-ns
resources:
limits:
cpu: "1000m"
memory: "500Mi"
requests:
cpu: "100m"
affinity:
tolerations: