From a1ef4e6c5508e49293870a33c02ab3431f85085d Mon Sep 17 00:00:00 2001 From: system Date: Mon, 1 Dec 2025 03:21:18 +0000 Subject: [PATCH] Delete dir demo01-qdranttest --- demo01-qdranttest/values-quota.yaml | 8 ---- demo01-qdranttest/values-volume-quota.yaml | 4 -- demo01-qdranttest/values.yaml | 48 ---------------------- 3 files changed, 60 deletions(-) delete mode 100644 demo01-qdranttest/values-quota.yaml delete mode 100644 demo01-qdranttest/values-volume-quota.yaml delete mode 100644 demo01-qdranttest/values.yaml diff --git a/demo01-qdranttest/values-quota.yaml b/demo01-qdranttest/values-quota.yaml deleted file mode 100644 index 62bfcd0..0000000 --- a/demo01-qdranttest/values-quota.yaml +++ /dev/null @@ -1,8 +0,0 @@ -resources: - requests: - cpu: 1000m - memory: 2Gi - limits: - cpu: 2000m - memory: 4Gi - \ No newline at end of file diff --git a/demo01-qdranttest/values-volume-quota.yaml b/demo01-qdranttest/values-volume-quota.yaml deleted file mode 100644 index adb0d6a..0000000 --- a/demo01-qdranttest/values-volume-quota.yaml +++ /dev/null @@ -1,4 +0,0 @@ -persistence: - accessModes: ["ReadWriteOnce"] - size: 10Gi - storageClassName: "" \ No newline at end of file diff --git a/demo01-qdranttest/values.yaml b/demo01-qdranttest/values.yaml deleted file mode 100644 index a20db2f..0000000 --- a/demo01-qdranttest/values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -#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-qdranttest.gke.paasup.io" - paths: - - path: / - pathType: Prefix - servicePort: 6333 - tls: - - hosts: - - "demo01-qdranttest.gke.paasup.io" - secretName: "demo01-qdranttest-tls-secret" - -dip: - mainPath: dashboard \ No newline at end of file