diff --git a/deploy/k3s/apps.yaml b/deploy/k3s/apps.yaml index 83b8938..667e2b3 100644 --- a/deploy/k3s/apps.yaml +++ b/deploy/k3s/apps.yaml @@ -50,11 +50,13 @@ spec: secretKeyRef: name: geo-rankly-app-secret key: LLM_API_KEY + optional: true - name: SILICONFLOW_API_KEY valueFrom: secretKeyRef: name: geo-rankly-app-secret key: SILICONFLOW_API_KEY + optional: true - name: OBJECT_STORAGE_ACCESS_KEY valueFrom: secretKeyRef: @@ -147,11 +149,13 @@ spec: secretKeyRef: name: geo-rankly-app-secret key: LLM_API_KEY + optional: true - name: SILICONFLOW_API_KEY valueFrom: secretKeyRef: name: geo-rankly-app-secret key: SILICONFLOW_API_KEY + optional: true - name: OBJECT_STORAGE_ACCESS_KEY valueFrom: secretKeyRef: @@ -225,11 +229,13 @@ spec: secretKeyRef: name: geo-rankly-app-secret key: LLM_API_KEY + optional: true - name: SILICONFLOW_API_KEY valueFrom: secretKeyRef: name: geo-rankly-app-secret key: SILICONFLOW_API_KEY + optional: true - name: OBJECT_STORAGE_ACCESS_KEY valueFrom: secretKeyRef: @@ -322,11 +328,13 @@ spec: secretKeyRef: name: geo-rankly-app-secret key: LLM_API_KEY + optional: true - name: SILICONFLOW_API_KEY valueFrom: secretKeyRef: name: geo-rankly-app-secret key: SILICONFLOW_API_KEY + optional: true - name: SCHEDULER_INTERNAL_METRICS_TOKEN valueFrom: secretKeyRef: