mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 21:51:20 +00:00
Compare commits
No commits in common. "4159e77dd3339e8ee72773a10cea732198f3f453" and "e5c811594498e0cd2355108ce19de4777ad9971c" have entirely different histories.
4159e77dd3
...
e5c8115944
5 changed files with 16 additions and 20 deletions
|
@ -1,5 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: docker.io/qdrant/qdrant
|
repository: docker.io/qdrant/qdrant
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
tag: "v1.12.5"
|
tag: "v1.12.5"
|
||||||
useUnprivilegedImage: true
|
useUnprivilegedImage: true
|
||||||
|
|
||||||
|
@ -8,27 +9,28 @@ env:
|
||||||
value: "true"
|
value: "true"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
ingressClassName: "ingress-internal"
|
ingressClassName: ""
|
||||||
annotations:
|
additionalLabels: {}
|
||||||
cert-manager.io/cluster-issuer: vault-issuer
|
annotations: {}
|
||||||
|
# kubernetes.io/ingress.class: alb
|
||||||
hosts:
|
hosts:
|
||||||
- host: qdrant.dc
|
- host: example-domain.com
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
servicePort: 6333
|
servicePort: 6333
|
||||||
tls:
|
tls: []
|
||||||
- hosts:
|
# - hosts:
|
||||||
- qdrant.dc
|
# - example-domain.com
|
||||||
secretName: tls-qdrant
|
# secretName: tls-secret-name
|
||||||
|
|
||||||
updateVolumeFsOwnership: false
|
updateVolumeFsOwnership: false
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
accessModes: ["ReadWriteOnce"]
|
accessModes: ["ReadWriteOnce"]
|
||||||
size: 10Gi
|
size: 10Gi
|
||||||
# storageClassName:
|
storageClassName: ssd
|
||||||
|
|
||||||
# modification example for configuration to overwrite defaults
|
# modification example for configuration to overwrite defaults
|
||||||
config:
|
config:
|
|
@ -8,7 +8,7 @@ installCRDs: true
|
||||||
global:
|
global:
|
||||||
image:
|
image:
|
||||||
repository: quay.io/argoproj/argocd
|
repository: quay.io/argoproj/argocd
|
||||||
tag: v2.13.2
|
tag: v2.13.1
|
||||||
# imagePullPolicy: IfNotPresent
|
# imagePullPolicy: IfNotPresent
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 999
|
runAsUser: 999
|
||||||
|
@ -176,7 +176,7 @@ repoServer:
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
- name: copy-cmp-server
|
- name: copy-cmp-server
|
||||||
image: quay.io/argoproj/argocd:v2.13.2
|
image: quay.io/argoproj/argocd:v2.13.1
|
||||||
command:
|
command:
|
||||||
- cp
|
- cp
|
||||||
- -n
|
- -n
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/radarr
|
repository: ghcr.io/onedr0p/radarr
|
||||||
tag: 5.16.3.9541
|
tag: 5.15.1.9463
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UMASK: "002"
|
UMASK: "002"
|
||||||
|
|
|
@ -21,12 +21,6 @@ apps:
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- /spec/replicas
|
- /spec/replicas
|
||||||
|
|
||||||
- name: qdrant
|
|
||||||
namespace: bi
|
|
||||||
repoUR: https://qdrant.github.io/qdrant-helm
|
|
||||||
chart: qdrant
|
|
||||||
targetRevision: 1.12.5
|
|
||||||
|
|
||||||
# - name: mongo-express
|
# - name: mongo-express
|
||||||
# repoURL: https://cowboysysop.github.io/charts/
|
# repoURL: https://cowboysysop.github.io/charts/
|
||||||
# chart: mongo-express
|
# chart: mongo-express
|
||||||
|
|
|
@ -172,7 +172,7 @@ sidecar:
|
||||||
# -- The image repository to pull from
|
# -- The image repository to pull from
|
||||||
repository: kiwigrid/k8s-sidecar
|
repository: kiwigrid/k8s-sidecar
|
||||||
# -- The image tag to pull, default: `1.23.1`
|
# -- The image tag to pull, default: `1.23.1`
|
||||||
tag: 1.28.4
|
tag: 1.28.1
|
||||||
# -- The image pull policy, default: `IfNotPresent`
|
# -- The image pull policy, default: `IfNotPresent`
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- The extra volume mounts for the sidecar
|
# -- The extra volume mounts for the sidecar
|
||||||
|
|
Loading…
Reference in a new issue