Browse Source

remove anyvision specific schema builder pod config

pull/1456/head
LazyDBA247-Anyvision 4 years ago
parent
commit
56a0e1c54f
  1. 5
      k8s/seaweedfs/values.yaml

5
k8s/seaweedfs/values.yaml

@ -284,11 +284,6 @@ filer:
# ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/ # ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
priorityClassName: "" priorityClassName: ""
dbSchema:
imageName: db-schema
imageTag: "development"
imageOverride: ""
# extraEnvVars is a list of extra enviroment variables to set with the stateful set. # extraEnvVars is a list of extra enviroment variables to set with the stateful set.
extraEnvironmentVars: extraEnvironmentVars:
WEED_MYSQL_ENABLED: "true" WEED_MYSQL_ENABLED: "true"

Loading…
Cancel
Save