Skip to content

Commit

Permalink
Add api.extra.bundles bootstrap prop, remove auth store from metrics …
Browse files Browse the repository at this point in the history
…and resmon (#28)

Signed-off-by: Eamonn Mansour <[email protected]>
  • Loading branch information
eamansour authored Jun 3, 2024
1 parent 9ece967 commit 9c97dbe
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
3 changes: 2 additions & 1 deletion charts/ecosystem/templates/bootstrap-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ metadata:
data:
bootstrap.properties: |
framework.config.store=etcd:http://{{ .Release.Name }}-etcd:2379
framework.extra.bundles=dev.galasa.cps.etcd,dev.galasa.ras.couchdb,dev.galasa.auth.couchdb
framework.extra.bundles=dev.galasa.cps.etcd,dev.galasa.ras.couchdb
api.extra.bundles=dev.galasa.auth.couchdb
7 changes: 0 additions & 7 deletions charts/ecosystem/templates/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,13 @@ spec:
value: etcd:http://{{ .Release.Name }}-etcd:2379
- name: GALASA_RESULTARCHIVE_STORE
value: couchdb:http://{{ .Release.Name }}-couchdb:5984
- name: GALASA_AUTH_STORE
value: couchdb:http://{{ .Release.Name }}-couchdb:5984
- name: GALASA_CREDENTIALS_STORE
value: etcd:http://{{ .Release.Name }}-etcd:2379
- name: GALASA_RAS_TOKEN
valueFrom:
secretKeyRef:
name: {{ .Release.Name }}-couchdb-secret
key: GALASA_RAS_TOKEN
- name: GALASA_AUTHSTORE_TOKEN
valueFrom:
secretKeyRef:
name: {{ .Release.Name }}-couchdb-secret
key: GALASA_RAS_TOKEN
ports:
- containerPort: 9010
name: metrics
Expand Down
7 changes: 0 additions & 7 deletions charts/ecosystem/templates/resource-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,13 @@ spec:
value: etcd:http://{{ .Release.Name }}-etcd:2379
- name: GALASA_RESULTARCHIVE_STORE
value: couchdb:http://{{ .Release.Name }}-couchdb:5984
- name: GALASA_AUTH_STORE
value: couchdb:http://{{ .Release.Name }}-couchdb:5984
- name: GALASA_CREDENTIALS_STORE
value: etcd:http://{{ .Release.Name }}-etcd:2379
- name: GALASA_RAS_TOKEN
valueFrom:
secretKeyRef:
name: {{ .Release.Name }}-couchdb-secret
key: GALASA_RAS_TOKEN
- name: GALASA_AUTHSTORE_TOKEN
valueFrom:
secretKeyRef:
name: {{ .Release.Name }}-couchdb-secret
key: GALASA_RAS_TOKEN
ports:
- containerPort: 9010
name: metrics
Expand Down

0 comments on commit 9c97dbe

Please sign in to comment.