we can still use expansion in current build
This commit is contained in:
parent
585dfb8c2c
commit
9593adfa91
|
@ -42,4 +42,4 @@ sources:
|
|||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/kubeapps
|
||||
- https://ghcr.io/xstar97/my-proxy-service
|
||||
type: application
|
||||
version: 2.1.6
|
||||
version: 2.1.7
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{{/* Make sure all variables are set properly */}}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
{{- $overrideService := dict "name" "tckubeapps" "port" 8080 "expandObjectName" false -}}
|
||||
{{- $overrideService := dict "name" "tckubeapps" "port" 8080 -}}
|
||||
{{- $hosts := list -}}
|
||||
{{- range $.Values.ingress.main.hosts -}}
|
||||
{{- $paths := list -}}
|
||||
|
|
|
@ -58,8 +58,6 @@ service:
|
|||
targetPort: 3000
|
||||
tckubeapps:
|
||||
enabled: true
|
||||
expandObjectName: false
|
||||
## TODO: Move to main service
|
||||
primary: true
|
||||
labels:
|
||||
truecharts.org/flagged: "true"
|
||||
|
|
Loading…
Reference in New Issue