Skip to content

Commit

Permalink
fix maestro server template for aro.
Browse files Browse the repository at this point in the history
Signed-off-by: morvencao <[email protected]>
  • Loading branch information
morvencao committed Jun 17, 2024
1 parent 98c59ca commit 2250b27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/service-template-aro-hcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,15 @@ objects:
- /usr/local/bin/maestro
- server
- --client-id=maestro-$(POD_NAME)
- --subscription-type=broadcast
- --db-host-file=/secrets/db/db.host
- --db-port-file=/secrets/db/db.port
- --db-user-file=/secrets/db/db.user
- --db-password-file=/secrets/db/db.password
- --db-name-file=/secrets/db/db.name
- --db-rootcert=/secrets/db/db.ca_cert
- --db-sslmode=${DB_SSLMODE}
- --db-max-open-connections=${DB_MAX_OPEN_CONNS}
- --message-broker-config-file=/secrets/mqtt/config.yaml
- --message-broker-type=mqtt
- --enable-ocm-mock=${ENABLE_OCM_MOCK}
Expand All @@ -259,8 +261,6 @@ objects:
- --grpc-server-bindport=${GRPC_SERVER_BINDPORT}
- --health-check-server-bindport=${HEALTH_CHECK_SERVER_BINDPORT}
- --enable-health-check-https=${ENABLE_HTTPS}
- --db-sslmode=${DB_SSLMODE}
- --db-max-open-connections=${DB_MAX_OPEN_CONNS}
- --enable-authz=${ENABLE_AUTHZ}
- --enable-db-debug=${ENABLE_DB_DEBUG}
- --enable-metrics-https=${ENABLE_METRICS_HTTPS}
Expand Down

0 comments on commit 2250b27

Please sign in to comment.