generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Qdrant Helm release configuration and add to kustomization res…
…ources - Changed Helm chart name and version in helmrelease.yaml to 'qdrant' version '0.7.4'. - Refactored values section to streamline configuration, including image repository and security context. - Updated service configuration to specify ClusterIP and ports for HTTP and gRPC. - Added Qdrant resource to kustomization.yaml for deployment management.
- Loading branch information
Showing
3 changed files
with
45 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
apiVersion: source.toolkit.fluxcd.io/v1beta2 | ||
kind: HelmRepository | ||
metadata: | ||
name: qdrant | ||
namespace: flux-system | ||
spec: | ||
interval: 1h | ||
url: https://qdrant.github.io/qdrant-helm |