Merge branch 'main' of ssh://172.16.59.16:2222/xhli18/demo-chart into main
modified: values.yaml
This commit is contained in:
commit
52a06ea097
|
@ -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 "ailab-demo.path" -}}
|
|
||||||
{{ .Values.pathPrefix }}/{{ .Release.Name }}
|
|
||||||
{{- end }}
|
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Create the GPUNodeAffinity of service
|
Create the GPUNodeAffinity of service
|
||||||
*/}}
|
*/}}
|
||||||
|
@ -113,4 +106,4 @@ nodeAffinity:
|
||||||
values: ["true"]
|
values: ["true"]
|
||||||
weight: 100
|
weight: 100
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
|
@ -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