diff --git a/deployments/helm/shared-sqs/templates/deployment.yaml b/deployments/helm/shared-sqs/templates/deployment.yaml index acfdd20..f3300f4 100644 --- a/deployments/helm/shared-sqs/templates/deployment.yaml +++ b/deployments/helm/shared-sqs/templates/deployment.yaml @@ -54,8 +54,6 @@ spec: secretKeyRef: name: shared-sqs-redis key: password - - name: NUBES_ENDPOINT - value: {{ .Values.nubesEndpoint | quote }} {{- if .Values.billing.enabled }} - name: BILLING_PG_HOST value: {{ .Values.billing.postgres.host | quote }} diff --git a/deployments/helm/shared-sqs/values.yaml b/deployments/helm/shared-sqs/values.yaml index 28ec23e..57b65c2 100644 --- a/deployments/helm/shared-sqs/values.yaml +++ b/deployments/helm/shared-sqs/values.yaml @@ -48,9 +48,6 @@ admin: # В продакшне можно поставить false. seedDemo: true -# Endpoint для JWT-аутентификации через web UI (опционально, можно оставить пустым) -nubesEndpoint: "" - # Лимиты ресурсов для пода. Для начала этих значений достаточно. resources: requests: