Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable Veilid #8664

Merged
merged 1 commit into from
Apr 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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