fix: 去除无效values
This commit is contained in:
parent
54ef2cba47
commit
26a91fd6f6
|
@ -68,13 +68,6 @@ Create the full host of demo
|
||||||
{{ .Release.Name }}.{{ .Values.host }}
|
{{ .Release.Name }}.{{ .Values.host }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{/*
|
|
||||||
Create the url path of service
|
|
||||||
*/}}
|
|
||||||
{{- define "demo-chart.path" -}}
|
|
||||||
{{ .Values.pathPrefix }}/{{ .Release.Name }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Create the GPUNodeAffinity of service
|
Create the GPUNodeAffinity of service
|
||||||
*/}}
|
*/}}
|
||||||
|
|
|
@ -6,9 +6,6 @@ replicaCount: 1
|
||||||
targetPendingRequests: 200
|
targetPendingRequests: 200
|
||||||
|
|
||||||
host: ailab.xf-yun.com
|
host: ailab.xf-yun.com
|
||||||
pathType: prefix
|
|
||||||
pathPrefix: /demo
|
|
||||||
rewritePath: true
|
|
||||||
|
|
||||||
# This is the namespace that the ingress should be installed
|
# This is the namespace that the ingress should be installed
|
||||||
# into. It should be set to the same namespace as the
|
# into. It should be set to the same namespace as the
|
||||||
|
|
Loading…
Reference in New Issue