Federated the controller configmap
This commit is contained in:
parent
6f18a83d43
commit
aa67cd984b
@ -14,8 +14,8 @@ type: application
|
|||||||
|
|
||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
version: 0.1.4
|
version: 0.1.5
|
||||||
|
|
||||||
# This is the version number of the application being deployed. This version number should be
|
# This is the version number of the application being deployed. This version number should be
|
||||||
# incremented each time you make changes to the application.
|
# incremented each time you make changes to the application.
|
||||||
appVersion: 0.1.0
|
appVersion: 0.1.1
|
||||||
|
@ -48,12 +48,19 @@ data:
|
|||||||
URSIM_CONTROL_IMAGE: "registry.kmlabz.com/universalrobots/single_ursim_control:latest"
|
URSIM_CONTROL_IMAGE: "registry.kmlabz.com/universalrobots/single_ursim_control:latest"
|
||||||
URSIM_CONTROL_CONFIGMAP: "single-ursim-controller-config"
|
URSIM_CONTROL_CONFIGMAP: "single-ursim-controller-config"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: types.kubefed.io/v1beta1
|
||||||
kind: ConfigMap
|
kind: FederatedConfigMap
|
||||||
metadata:
|
metadata:
|
||||||
name: single-ursim-controller-config
|
name: single-ursim-controller-config
|
||||||
|
spec:
|
||||||
|
template:
|
||||||
data:
|
data:
|
||||||
DRY_RUN: "{{ .Values.singleURSimControl.dry_run }}"
|
DRY_RUN: "{{ .Values.singleURSimControl.dry_run }}"
|
||||||
REDIS_URL: "redis://controller-redis/0"
|
REDIS_URL: "redis://controller-redis/0"
|
||||||
SENTRY_DSN: "{{ .Values.singleURSimControl.sentry_dsn }}"
|
SENTRY_DSN: "{{ .Values.singleURSimControl.sentry_dsn }}"
|
||||||
DEBUG: "{{ .Values.singleURSimControl.debug }}"
|
DEBUG: "{{ .Values.singleURSimControl.debug }}"
|
||||||
|
placement:
|
||||||
|
clusters:
|
||||||
|
- name: cloud
|
||||||
|
- name: edge-1
|
||||||
|
- name: edge-2
|
Loading…
x
Reference in New Issue
Block a user