feat: 切换应用为1.7.1版本

This commit is contained in:
2025-07-30 12:29:36 +08:00
parent c19b37f9f1
commit d0dc4a3410
12 changed files with 357 additions and 77 deletions
+9 -3
View File
@@ -20,8 +20,11 @@ spec:
{{/*
# Required labels for istio
# app: {{ template "dify.web.fullname" . }}
# version: {{ (print "v" .Values.serviceMesh.version) | quote }}
# version: {{ .Values.istioServiceMesh.version | quote }}
*/}}
{{- if .Values.web.updateStrategy }}
strategy: {{- toYaml .Values.web.updateStrategy | nindent 4 }}
{{- end }}
template:
metadata:
annotations:
@@ -33,11 +36,15 @@ spec:
{{/*
# Required labels for istio
# app: {{ template "dify.web.fullname" . }}
# version: {{ (print "v" .Values.serviceMesh.version) | quote }}
# version: {{ .Values.istioServiceMesh.version | quote }}
*/}}
{{ include "dify.ud.labels" . | indent 8 }}
spec:
serviceAccountName: {{ include "dify.web.serviceAccountName" . }}
{{- if .Values.web.priorityClassName }}
priorityClassName: {{ .Values.web.priorityClassName | quote }}
{{- end }}
enableServiceLinks: {{ .Values.web.enableServiceLinks }}
{{- if .Values.image.web.pullSecrets }}
imagePullSecrets:
{{- range .Values.image.web.pullSecrets }}
@@ -98,7 +105,6 @@ spec:
protocol: TCP
resources:
{{- toYaml .Values.web.resources | nindent 12 }}
enableServiceLinks: {{ .Values.web.enableServiceLinks }}
{{- if and (.Values.nodeSelector) (not .Values.web.nodeSelector) }}
nodeSelector:
{{ toYaml .Values.nodeSelector | indent 8 }}