Skip to content

Commit

Permalink
chore: change openbas reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ialejandro committed Aug 28, 2024
1 parent 8b8121e commit d3b6657
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions charts/openbas/ci/ci-secrets-values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
replicaCount: 1
fullnameOverride: opencti-ci
fullnameOverride: openbas-ci

secrets:
OPENCTI_TOKEN: my-ci-cd
openbas_TOKEN: my-ci-cd

env:
APP__ADMIN__EMAIL: admin@opencti.io
APP__ADMIN__EMAIL: admin@openbas.io
APP__ADMIN__PASSWORD: test
APP__ADMIN__TOKEN: b1976749-8a53-4f49-bf04-cafa2a3458c1
APP__BASE_PATH: "/"
Expand All @@ -14,23 +14,23 @@ env:
APP__GRAPHQL__PLAYGROUND__ENABLED: false
APP__GRAPHQL__PLAYGROUND__FORCE_DISABLED_INTROSPECTION: false
ELASTICSEARCH__ENGINE_SELECTOR: elk
ELASTICSEARCH__URL: http://opencti-ci-elasticsearch:9200
MINIO__ENDPOINT: opencti-ci-minio
RABBITMQ__HOSTNAME: opencti-ci-rabbitmq
ELASTICSEARCH__URL: http://openbas-ci-elasticsearch:9200
MINIO__ENDPOINT: openbas-ci-minio
RABBITMQ__HOSTNAME: openbas-ci-rabbitmq
RABBITMQ__PASSWORD: ChangeMe
RABBITMQ__PORT_MANAGEMENT: 15672
RABBITMQ__PORT: 5672
RABBITMQ__USERNAME: user
REDIS__HOSTNAME: opencti-ci-redis-master
REDIS__HOSTNAME: openbas-ci-redis-master
REDIS__MODE: single
REDIS__PORT: 6379

testConnection: false

envFromSecrets:
OPENCTI_TOKEN:
name: opencti-ci-credentials
key: OPENCTI_TOKEN
openbas_TOKEN:
name: openbas-ci-credentials
key: openbas_TOKEN

connectors:
- name: alienvault
Expand All @@ -50,19 +50,19 @@ worker:
enabled: true

elasticsearch:
fullnameOverride: opencti-ci-elasticsearch
fullnameOverride: openbas-ci-elasticsearch
master:
resourcesPreset: "medium"
data:
resourcesPreset: "medium"

minio:
fullnameOverride: opencti-ci-minio
fullnameOverride: openbas-ci-minio

rabbitmq:
fullnameOverride: opencti-ci-rabbitmq
fullnameOverride: openbas-ci-rabbitmq
auth:
erlangCookie: b25c953e-2193-4b8e-9f3b-9a3a5ba76d75

redis:
fullnameOverride: opencti-ci-redis
fullnameOverride: openbas-ci-redis

0 comments on commit d3b6657

Please sign in to comment.