Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
Helm charts for swh packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Infrastructure
CI CD
Helm charts for swh packages
Commits
cbd91132
Unverified
Commit
cbd91132
authored
2 months ago
by
Antoine R. Dumont
Browse files
Options
Downloads
Patches
Plain Diff
production/graph: Deploy 2nd graph in rancher-node-highmem02
Refs.
swh/infra/sysadm-environment#5543
parent
fe806b1b
No related branches found
No related tags found
1 merge request
!538
production/graph: Deploy graph 20241206 on highmem02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
swh/values/production/default.yaml
+6
-0
6 additions, 0 deletions
swh/values/production/default.yaml
swh/values/production/swh-cassandra.yaml
+76
-0
76 additions, 0 deletions
swh/values/production/swh-cassandra.yaml
with
82 additions
and
0 deletions
swh/values/production/default.yaml
+
6
−
0
View file @
cbd91132
...
...
@@ -1035,6 +1035,12 @@ externalServices:
graph-rpc-20241206
:
internalName
:
graph-rpc-20241206-ingress
target
:
archive-production-rke2-ingress-nginx-controller.ingress-nginx.svc.cluster.local
graph-grpc-20241206-02
:
internalName
:
graph-grpc-20241206-02-ingress
target
:
archive-production-rke2-ingress-nginx-controller.ingress-nginx.svc.cluster.local
graph-rpc-20241206-02
:
internalName
:
graph-rpc-20241206-02-ingress
target
:
archive-production-rke2-ingress-nginx-controller.ingress-nginx.svc.cluster.local
svixConfiguration
:
svix
:
...
...
This diff is collapsed.
Click to expand it.
swh/values/production/swh-cassandra.yaml
+
76
−
0
View file @
cbd91132
...
...
@@ -2471,6 +2471,13 @@ rpcWithRemoteGrpc20241206GraphConfiguration:
grpc_server
:
port
:
80
# The rpc graph instance will communicate with another grpc instance
rpcWithRemoteGrpc20241206GraphConfiguration02
:
cls
:
remote
url
:
graph-grpc-20241206-02-ingress:80
grpc_server
:
port
:
80
plainGrpcGraphConfiguration
:
max_ram
:
500g
...
...
@@ -2618,6 +2625,75 @@ graph:
# vpn network
-
192.168.101.0/24
grpc-20241206-02
:
enabled
:
true
imageVersion
:
"
20250123.1"
type
:
grpc
port
:
50091
requestedMemory
:
400Gi
graphConfigurationRef
:
plainGrpcGraphConfiguration
dataset
:
name
:
2024-12-06
startService
:
true
prepareMemoryVolume
:
true
extraVolumes
:
graph-20241206-02-persistent
:
persistentVolumeType
:
local
mountPath
:
/srv/dataset/2024-12-06/compressed
nodePath
:
/srv/softwareheritage/ssd/graph/2024-12-06/compressed
nodes
:
-
rancher-node-highmem02
# in-memory volumes
graph-20241206-02-inmemory
:
mountPath
:
/srv/graph
persistentVolumeClaimDefinition
:
storageClassName
:
local-path
volumeMode
:
Filesystem
accessModes
:
-
ReadWriteOnce
resources
:
requests
:
storage
:
1Gi
hosts
:
-
graph-grpc-20241206-02-ingress
ingress
:
enabled
:
true
whitelistSourceRangeRef
:
internalNetworkRanges
extraAnnotations
:
nginx.ingress.kubernetes.io/proxy-body-size
:
4G
nginx.ingress.kubernetes.io/proxy-buffering
:
"
on"
nginx.ingress.kubernetes.io/client-body-buffer-size
:
128K
endpoints
:
default
:
paths
:
-
path
:
/
extraWhitelistSourceRange
:
# vpn network
-
192.168.101.0/24
rpc-20241206-02
:
enabled
:
true
imageVersion
:
"
20250123.1"
type
:
rpc
port
:
5009
graphConfigurationRef
:
rpcWithRemoteGrpc20241206GraphConfiguration02
startService
:
true
hosts
:
-
graph-rpc-20241206-02-ingress
ingress
:
enabled
:
true
whitelistSourceRangeRef
:
internalNetworkRanges
extraAnnotations
:
nginx.ingress.kubernetes.io/proxy-body-size
:
4G
nginx.ingress.kubernetes.io/proxy-buffering
:
"
on"
nginx.ingress.kubernetes.io/client-body-buffer-size
:
128K
endpoints
:
default
:
paths
:
-
path
:
/
extraWhitelistSourceRange
:
# vpn network
-
192.168.101.0/24
alter
:
enabled
:
true
directoryOutput
:
/srv/recovery-bundles
...
...
This diff is collapsed.
Click to expand it.
Antoine R. Dumont
@ardumont
mentioned in commit
448036f5
·
2 months ago
mentioned in commit
448036f5
mentioned in commit 448036f5e0cd114273caca0253333cc9d9bb5d7b
Toggle commit list
Antoine R. Dumont
@ardumont
mentioned in commit
448036f5
·
2 months ago
mentioned in commit
448036f5
mentioned in commit 448036f5e0cd114273caca0253333cc9d9bb5d7b
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment