From 0348173e921411e9dc04002a2991d5d90d5a38db Mon Sep 17 00:00:00 2001 From: system Date: Mon, 24 Nov 2025 09:00:46 +0000 Subject: [PATCH] Update values for demo01-qtest1 --- demo01-qtest1/values-quota.yaml | 12 +++++++++ demo01-qtest1/values.yaml | 48 +++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 demo01-qtest1/values-quota.yaml create mode 100644 demo01-qtest1/values.yaml diff --git a/demo01-qtest1/values-quota.yaml b/demo01-qtest1/values-quota.yaml new file mode 100644 index 0000000..8745fe1 --- /dev/null +++ b/demo01-qtest1/values-quota.yaml @@ -0,0 +1,12 @@ +resources: + requests: + cpu: 1000m + memory: 2Gi + limits: + cpu: 2000m + memory: 4Gi + +persistence: + accessModes: ["ReadWriteOnce"] + size: 10Gi + storageClassName: "longhorn" \ No newline at end of file diff --git a/demo01-qtest1/values.yaml b/demo01-qtest1/values.yaml new file mode 100644 index 0000000..23b95a1 --- /dev/null +++ b/demo01-qtest1/values.yaml @@ -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-qtest1.gke.paasup.io" + paths: + - path: / + pathType: Prefix + servicePort: 6333 + tls: + - hosts: + - "demo01-qtest1.gke.paasup.io" + secretName: "demo01-qtest1-tls-secret" + +dip: + mainPath: dashboard \ No newline at end of file