add: bi/qdrant

This commit is contained in:
nold 2024-12-20 20:45:33 +01:00
parent e5c8115944
commit 6403e61731
2 changed files with 16 additions and 12 deletions

View file

@ -21,6 +21,12 @@ apps:
jsonPointers:
- /spec/replicas
- name: qdrant
namespace: bi
repoUR: https://qdrant.github.io/qdrant-helm
chart: qdrant
targetRevision: 1.12.5
# - name: mongo-express
# repoURL: https://cowboysysop.github.io/charts/
# chart: mongo-express

View file

@ -1,6 +1,5 @@
image:
repository: docker.io/qdrant/qdrant
pullPolicy: IfNotPresent
tag: "v1.12.5"
useUnprivilegedImage: true
@ -9,28 +8,27 @@ env:
value: "true"
ingress:
enabled: false
ingressClassName: ""
additionalLabels: {}
annotations: {}
# kubernetes.io/ingress.class: alb
enabled: true
ingressClassName: "ingress-internal"
annotations:
cert-manager.io/cluster-issuer: vault-issuer
hosts:
- host: example-domain.com
- host: qdrant.dc
paths:
- path: /
pathType: Prefix
servicePort: 6333
tls: []
# - hosts:
# - example-domain.com
# secretName: tls-secret-name
tls:
- hosts:
- qdrant.dc
secretName: tls-qdrant
updateVolumeFsOwnership: false
persistence:
accessModes: ["ReadWriteOnce"]
size: 10Gi
storageClassName: ssd
# storageClassName:
# modification example for configuration to overwrite defaults
config: