values.yaml 362 B

123456789101112131415
  1. controller:
  2. ingressClassByName: true
  3. metrics:
  4. enabled: true
  5. serviceMonitor:
  6. enabled: true
  7. additionalLabels:
  8. release: "prometheus"
  9. tcp:
  10. # Expose the kubernetes service in the port 443 using the port 6443.
  11. 6443: "default/kubernetes:443"
  12. udp:
  13. # Expose the kresd service in the port 53 using the port 53.
  14. 53: "kresd/kresd:53"