deployment: remove a few warnings during deployment (#366)

This commit is contained in:
Riccardo Schirone
2025-10-02 15:07:40 +02:00
committed by GitHub
parent 9302f5dd36
commit 3cb613281a
5 changed files with 0 additions and 12 deletions
@@ -15,4 +15,3 @@ resources:
nodeSelector: {}
tolerations: []
affinity: {}
@@ -34,9 +34,7 @@ spec:
- name: BUTTERCUP_FUZZER_SAMPLE_SIZE
value: "{{ .Values.global.coverageBot.sampleSize }}"
{{- include "buttercup.commonEnv" . | nindent 8 }}
{{- include "buttercup.env.nodeData" . | nindent 8 }}
{{- include "buttercup.env.dockerSocket" . | nindent 8 }}
{{- include "buttercup.env.telemetry" . | nindent 8 }}
volumes:
{{- include "buttercup.volumes.scratch" . | nindent 6 }}
{{- include "buttercup.volumes.tasks" . | nindent 6 }}
@@ -32,9 +32,7 @@ spec:
failureThreshold: {{ .Values.healthCheck.failureThreshold | default 2 }}
env:
{{- include "buttercup.commonEnv" . | nindent 8 }}
{{- include "buttercup.env.nodeData" . | nindent 8 }}
{{- include "buttercup.fuzzerBotEnv" . | nindent 8 }}
{{- include "buttercup.env.telemetry" . | nindent 8 }}
resources:
{{- toYaml .Values.resources | nindent 10 }}
volumeMounts:
@@ -40,8 +40,6 @@ spec:
env:
{{- include "buttercup.commonEnv" . | nindent 8 }}
{{- include "buttercup.env.dockerSocket" . | nindent 8 }}
{{- include "buttercup.env.nodeData" . | nindent 8 }}
{{- include "buttercup.env.telemetry" . | nindent 8 }}
volumes:
{{- include "buttercup.volumes.scratch" . | nindent 6 }}
{{- include "buttercup.volumes.tasks" . | nindent 6 }}
-5
View File
@@ -256,11 +256,6 @@ litellm-helm:
database: "litellm"
url: "postgresql://litellm_user:litellm_password11@buttercup-litellm-postgresql:5432/litellm"
# Environment variables - only keep DATABASE_URL as backup
envVars:
DATABASE_URL: "postgresql://litellm_user:litellm_password11@buttercup-litellm-postgresql:5432/litellm"
# API keys are now provided through Kubernetes secrets
# Use environment secrets for API keys
# For subcharts, we need to use a static name that will be templated at the parent level
environmentSecrets: