parent
eaa436747f
commit
4e03c217c8
@ -0,0 +1,8 @@ |
|||||||
|
resources: |
||||||
|
requests: |
||||||
|
cpu: 1000m |
||||||
|
memory: 2Gi |
||||||
|
limits: |
||||||
|
cpu: 2000m |
||||||
|
memory: 4Gi |
||||||
|
|
||||||
@ -0,0 +1,4 @@ |
|||||||
|
persistence: |
||||||
|
accessModes: ["ReadWriteOnce"] |
||||||
|
size: 10Gi |
||||||
|
storageClassName: "" |
||||||
@ -0,0 +1,48 @@ |
|||||||
|
#version: qdrant, 1.12.4 |
||||||
|
images: |
||||||
|
repository: docker.io/qdrant/qdrant |
||||||
|
tag: v1.12.4 |
||||||
|
|
||||||
|
replicaCount: 1 |
||||||
|
|
||||||
|
nodeSelector: {} |
||||||
|
tolerations: [] |
||||||
|
resources: {} |
||||||
|
|
||||||
|
persistence: |
||||||
|
accessModes: ["ReadWriteOnce"] |
||||||
|
size: 10Gi |
||||||
|
storageClassName: "" |
||||||
|
|
||||||
|
config: |
||||||
|
log_level: INFO |
||||||
|
cluster: |
||||||
|
enabled: true |
||||||
|
p2p: |
||||||
|
port: 6335 |
||||||
|
consensus: |
||||||
|
tick_period_ms: 100 |
||||||
|
|
||||||
|
apiKey: false |
||||||
|
readOnlyApiKey: false |
||||||
|
|
||||||
|
ingress: |
||||||
|
enabled: true |
||||||
|
annotations: |
||||||
|
cert-manager.io/cluster-issuer: "root-ca-issuer" |
||||||
|
cert-manager.io/duration: 8760h |
||||||
|
cert-manager.io/renew-before: 720h |
||||||
|
konghq.com/plugins: oidc-plugin, keycloak-authz-plugin |
||||||
|
hosts: |
||||||
|
- host: "demo01-test01.gke.paasup.io" |
||||||
|
paths: |
||||||
|
- path: / |
||||||
|
pathType: Prefix |
||||||
|
servicePort: 6333 |
||||||
|
tls: |
||||||
|
- hosts: |
||||||
|
- "demo01-test01.gke.paasup.io" |
||||||
|
secretName: "demo01-test01-tls-secret" |
||||||
|
|
||||||
|
dip: |
||||||
|
mainPath: dashboard |
||||||
Loading…
Reference in new issue