Skip to content

Commit

Permalink
Merge 6c8a956 into 074453a
Browse files Browse the repository at this point in the history
  • Loading branch information
knight42 committed Dec 25, 2020
2 parents 074453a + 6c8a956 commit 73e2e35
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions manifests/cyclone/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ data:
"pod": 1
},
"pvc": "cyclone-server-cyclone-data",
"cyclone_server_addr": "{{ .Values.platformConfig.controlClusterVIP }}:6041",
"notification_url": "http://{{ .Values.platformConfig.controlClusterVIP }}:6041/apis/v1alpha1/notifications"
"cyclone_server_addr": "{{ .Values.platformConfig.controlClusterVIP }}:{{ .Values.clusterPort }}",
"notification_url": "http://{{ .Values.platformConfig.controlClusterVIP }}:{{ .Values.clusterPort }}/apis/v1alpha1/notifications"
}
---
Expand Down
4 changes: 2 additions & 2 deletions manifests/cyclone/templates/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ data:
"open_control_cluster": {{ .Values.server.openControlCluster }},
"storage_usage_watcher": {
"image": "{{ include "cyclone.registry.release" . }}/cyclone-watcher:{{ .Chart.AppVersion }}",
"report_url": "http://{{ .Values.platformConfig.controlClusterVIP }}:6041/apis/v1alpha1/storage/usages",
"report_url": "http://{{ .Values.platformConfig.controlClusterVIP }}:{{ .Values.clusterPort }}/apis/v1alpha1/storage/usages",
"interval_seconds": "{{ .Values.server.storageWatcher.intervalSeconds }}",
"resource_requirements": {
"limits.cpu": "{{ .Values.server.storageWatcher.resourceRequirements.limits.cpu }}",
Expand Down Expand Up @@ -195,4 +195,4 @@ spec:
requests:
storage: 10Gi
storageClassName: heketi-storageclass
volumeMode: Filesystem
volumeMode: Filesystem
2 changes: 2 additions & 0 deletions manifests/cyclone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ platformConfig:

serviceAccount: default

clusterPort: 6043

# Cyclone workflow engine variables
engine:
images:
Expand Down

0 comments on commit 73e2e35

Please sign in to comment.