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

[DNM] Test GHA #3

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix some reported issues
  • Loading branch information
yoctozepto committed Jul 11, 2024
commit 8ceb42ae04f0e22e5bbac9ada9854382c334e185
42 changes: 21 additions & 21 deletions charts/ems-server/values.yaml
Original file line number Diff line number Diff line change
@@ -119,12 +119,12 @@ env:
#
# ===== Development and Debug settings =====
#
#- name: APPLICATION_ID
# value: ""
#- name: METRIC_MODEL_URL
# value: "https://gitlab.com/nebulous-project/tests-new/-/raw/master/ems-at-nebulous/models/nebulous/test2.yml"
#- name: EMS_PRELOAD_APP_MODEL
# value: "test2.yml"
# - name: APPLICATION_ID
# value: ""
# - name: METRIC_MODEL_URL
# value: "https://gitlab.com/nebulous-project/tests-new/-/raw/master/ems-at-nebulous/models/nebulous/test2.yml"
# - name: EMS_PRELOAD_APP_MODEL
# value: "test2.yml"

#
# ===== EMS server configuration =====
@@ -174,14 +174,14 @@ env:
# ===== External Broker settings =====
- name: EXTERNAL_ENABLED
value: 'true'
#- name: EXTERNAL_BROKER_ADDRESS
# value: ''
#- name: EXTERNAL_BROKER_PORT
# value: '5672'
#- name: EXTERNAL_BROKER_USERNAME
# value: ''
#- name: EXTERNAL_BROKER_PASSWORD
# value: ''
# - name: EXTERNAL_BROKER_ADDRESS
# value: ''
# - name: EXTERNAL_BROKER_PORT
# value: '5672'
# - name: EXTERNAL_BROKER_USERNAME
# value: ''
# - name: EXTERNAL_BROKER_PASSWORD
# value: ''

# ===== Broker settings =====
- name: BROKERCEP_ADDITIONAL_BROKER_CREDENTIALS
@@ -206,8 +206,8 @@ env:
value: "monitoring-configmap"
- name: EMS_CLIENT_CONFIG_MAP_NAME
value: "ems-client-configmap"
#- name: EMS_CLIENT_DAEMONSET_SPECIFICATION_FILE
# value: "/ems-client-daemonset.yaml"
# - name: EMS_CLIENT_DAEMONSET_SPECIFICATION_FILE
# value: "/ems-client-daemonset.yaml"
- name: EMS_CLIENT_DAEMONSET_NAME
value: "ems-client-daemonset"
- name: EMS_CLIENT_DAEMONSET_IMAGE_REPOSITORY
@@ -222,11 +222,11 @@ env:
- name: EMS_CLIENT_ADDITIONAL_BROKER_CREDENTIALS
value: 'aaa/111, bbb/222'
# value: "ENC(axeJUxNHajYfBffUwvuT3kwTgLTpRliDMz/ZQ9hROZ3BNOv0Idw72NJsawzIZRuZ)"
#- name: EMS_CLIENT_BROKER_USERNAME # It is appended to EMS_CLIENT_ADDITIONAL_BROKER_CREDENTIALS
# value: "ccc"
#- name: EMS_CLIENT_BROKER_PASSWORD
# value: "333"
# - name: EMS_CLIENT_BROKER_USERNAME # It is appended to EMS_CLIENT_ADDITIONAL_BROKER_CREDENTIALS
# value: "ccc"
# - name: EMS_CLIENT_BROKER_PASSWORD
# value: "333"
- name: EMS_CLIENT_KEYSTORE_SECRET
value: ""
- name: EMS_CLIENT_TRUSTSTORE_SECRET
value: ""
value: ""
Loading