Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: all-in-one helm install only support memory storage? #485

Open
njfanxun opened this issue Jul 6, 2023 · 0 comments
Open

[Bug]: all-in-one helm install only support memory storage? #485

njfanxun opened this issue Jul 6, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@njfanxun
Copy link

njfanxun commented Jul 6, 2023

What happened?

in the helm-charts jaeger templates allinone-deplaoy.yaml

spec:
      containers:
        - env:
          {{- if .Values.allInOne.extraEnv }}
            {{- toYaml .Values.allInOne.extraEnv | nindent 12 }}
          {{- end }}
            - name: SPAN_STORAGE_TYPE
              value: memory
            - name: COLLECTOR_ZIPKIN_HOST_PORT
              value: :9411
            - name: JAEGER_DISABLED
              value: "false"
            - name: COLLECTOR_OTLP_ENABLED
              value: "true"
            {{- if .Values.allInOne.samplingConfig }}
            - name: SAMPLING_STRATEGIES_FILE
              value: /etc/conf/strategies.json
            {{- end }}
        {{- with .Values.allInOne.envFrom }}
          envFrom: {{- toYaml . | nindent 12 }}
        {{- end }}

so,custom env from extraEnv will be covered.
how to set SPAN_STORAGE_TYPE = cassandra?
It will always be on top of the environment variable "memory".

Steps to reproduce

set helm values.yaml

Expected behavior

helm install all-in-one

Relevant log output

No response

Screenshot

No response

Additional context

No response

Jaeger backend version

No response

SDK

No response

Pipeline

No response

Stogage backend

No response

Operating system

No response

Deployment model

No response

Deployment configs

No response

@njfanxun njfanxun added the bug Something isn't working label Jul 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant