fix(homepage): set ndots to 3 to ensure it can render svc without .cluster.local
This commit is contained in:
parent
7a9e19fed7
commit
9dfeac6e3a
|
@ -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
|
||||
|
|
|
@ -20,6 +20,12 @@ serviceAccount:
|
|||
main:
|
||||
enabled: true
|
||||
primary: true
|
||||
|
||||
podOptions:
|
||||
dnsConfig:
|
||||
options:
|
||||
- name: ndots
|
||||
value: "3"
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
||||
|
|
Loading…
Reference in New Issue