Skip to content

Commit

Permalink
Add registry nodeselector
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Jan 3, 2024
1 parent 2ab71bd commit a373d00
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions k8s/gitlab/gitlab.cue
Original file line number Diff line number Diff line change
Expand Up @@ -208,12 +208,15 @@ kustomizations: helm: manifest: {
master: nodeSelector: storage: "yes"
global: storageClass: dcsi.localHostpath
}
registry: database: {
enabled: true
host: registryDbRw
user: "app"
name: "app"
password: secret: registryDbPass
registry: {
nodeSelector: storage: "yes"
database: {
enabled: true
host: registryDbRw
user: "app"
name: "app"
password: secret: registryDbPass
}
}
}
}
Expand Down

0 comments on commit a373d00

Please sign in to comment.