fix(homepage): set ndots to 3 to ensure it can render svc without .cluster.local
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
kubeVersion: ">=1.24.0-0"
|
kubeVersion: ">=1.24.0-0"
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: homepage
|
name: homepage
|
||||||
version: 5.0.9
|
version: 5.0.10
|
||||||
appVersion: 0.8.3
|
appVersion: 0.8.3
|
||||||
description: A highly customizable homepage
|
description: A highly customizable homepage
|
||||||
home: https://truecharts.org/charts/stable/homepage
|
home: https://truecharts.org/charts/stable/homepage
|
||||||
|
|||||||
@@ -20,6 +20,12 @@ serviceAccount:
|
|||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
primary: true
|
primary: true
|
||||||
|
|
||||||
|
podOptions:
|
||||||
|
dnsConfig:
|
||||||
|
options:
|
||||||
|
- name: ndots
|
||||||
|
value: "3"
|
||||||
rbac:
|
rbac:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user