Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 0 additions & 89 deletions base/symbols/symbols.Deployment.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions base/symbols/symbols.Service.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions overlays/bases/deployments/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ resources:
- base/grafana/grafana.ServiceAccount.yaml
- base/syntect-server/syntect-server.Service.yaml
- base/syntect-server/syntect-server.Deployment.yaml
- base/symbols/symbols.Service.yaml
- base/symbols/symbols.Deployment.yaml
- base/pgsql/pgsql.ConfigMap.yaml
- base/pgsql/pgsql.Service.yaml
- base/pgsql/pgsql.Deployment.yaml
Expand Down
6 changes: 0 additions & 6 deletions overlays/low-resource/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ patches:
group: apps
version: v1
path: delete-resources.yaml
- target:
kind: Deployment
name: symbols
group: apps
version: v1
path: delete-resources.yaml
- target:
kind: Deployment
name: syntect-server
Expand Down
6 changes: 0 additions & 6 deletions overlays/minikube/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ patches:
group: apps
version: v1
path: delete-resources.yaml
- target:
kind: Deployment
name: symbols
group: apps
version: v1
path: delete-resources.yaml
- target:
kind: Deployment
name: syntect-server
Expand Down
1 change: 0 additions & 1 deletion overlays/non-privileged/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ patchesStrategicMerge:
- redis/redis-store.Deployment.yaml
- worker/worker.Deployment.yaml
- searcher/searcher.Deployment.yaml
- symbols/symbols.Deployment.yaml
- syntect-server/syntect-server.Deployment.yaml
14 changes: 0 additions & 14 deletions overlays/non-privileged/symbols/symbols.Deployment.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions overlays/resources-update/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,26 +327,6 @@ metadata:
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: symbols
# spec:
# replicas: 1
# template:
# spec:
# containers:
# - name: symbols
# resources:
# limits:
# cpu: "2"
# ephemeral-storage: "12G"
# memory: 2G
# requests:
# cpu: 500m
# ephemeral-storage: "10G"
# memory: 500M
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: syntect-server
# spec:
Expand Down
Loading