Skip to content

Commit

Permalink
Merge pull request #8664 from OpenMined/disable_veilid
Browse files Browse the repository at this point in the history
Disable Veilid
  • Loading branch information
madhavajay committed Apr 4, 2024
2 parents 68927a7 + c0db760 commit 549eada
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 121 deletions.
17 changes: 0 additions & 17 deletions packages/grid/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ images:
context: ./seaweedfs
tags:
- dev-${DEVSPACE_TIMESTAMP}
veilid:
image: "${CONTAINER_REGISTRY}/${DOCKER_IMAGE_VEILID}"
buildKit: {}
dockerfile: ./veilid/veilid.dockerfile
context: ./veilid
tags:
- dev-${DEVSPACE_TIMESTAMP}

# This is a list of `deployments` that DevSpace can create for this project
deployments:
Expand Down Expand Up @@ -111,16 +104,6 @@ dev:
- path: ./backend/grid:/root/app/grid
- path: ../syft:/root/app/syft
ssh: {}
veilid:
labelSelector:
app.kubernetes.io/name: syft
app.kubernetes.io/component: veilid
env:
- name: DEV_MODE
value: "True"
logs: {}
sync:
- path: ./veilid/server:/app/server

profiles:
- name: gateway
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ spec:
- name: OBLV_ENABLED
value: {{ .Values.node.oblv.enabled | quote }}
{{- end }}
# Veilid
{{- if .Values.veilid.enabled }}
- name: VEILID_ENABLED
value: {{ .Values.veilid.enabled | quote }}
{{- end }}
{{- if .Values.node.env }}
{{- toYaml .Values.node.env | nindent 12 }}
{{- end }}
Expand Down
61 changes: 0 additions & 61 deletions packages/grid/helm/syft/templates/veilid/veilid-deployment.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions packages/grid/helm/syft/templates/veilid/veilid-service.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions packages/grid/helm/syft/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,20 +145,3 @@ ingress:
# ----------------------------------------
class: null
className: null

# ----------------------------------------
# For Veilid Core Debug Logs
# serverFlags: "--debug"
# ----------------------------------------
veilid:
enabled: false
serverFlags: null
appLogLevel: "info"
uvicornLogLevel: "info"

# Extra environment vars
env: null

# Pod Resource Limits
resourcesPreset: nano
resources: null
2 changes: 0 additions & 2 deletions packages/grid/helm/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,3 @@ seaweedfs:
secret:
s3RootPassword: admin

veilid:
enabled: true

0 comments on commit 549eada

Please sign in to comment.