Skip to content

Commit

Permalink
fix(helm): support OpenSearch deployment in non-default namespace (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Nov 11, 2024
1 parent 8951725 commit fa1a9e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/reana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ opensearch:
cn: "reana.io"
ttl: 365
cert:
cn: "reana-opensearch-master.default.svc.cluster.local"
cn: "reana-opensearch-master"
ttl: 180
admin:
cn: "opensearch-admin.reana.io"
Expand Down Expand Up @@ -380,7 +380,7 @@ fluent-bit:
kubeCaFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
kubeTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
outputConfig:
host: reana-opensearch-master.default.svc.cluster.local
host: reana-opensearch-master
httpUser: fluentbit
httpPasswd:
tls: "On"
Expand Down

0 comments on commit fa1a9e8

Please sign in to comment.