fix(homepage): set ndots to 3 to ensure it can render svc without .cluster.local

This commit is contained in:
Kjeld Schouten 2023-12-23 22:20:27 +01:00
parent 7a9e19fed7
commit 9dfeac6e3a
2 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,7 @@
kubeVersion: ">=1.24.0-0"
apiVersion: v2
name: homepage
version: 5.0.9
version: 5.0.10
appVersion: 0.8.3
description: A highly customizable homepage
home: https://truecharts.org/charts/stable/homepage

View File

@ -20,6 +20,12 @@ serviceAccount:
main:
enabled: true
primary: true
podOptions:
dnsConfig:
options:
- name: ndots
value: "3"
rbac:
main:
enabled: true