diff --git a/manifests/base/executionspace/configmap.yaml b/manifests/base/executionspace/configmap.yaml new file mode 100644 index 0000000..060d692 --- /dev/null +++ b/manifests/base/executionspace/configmap.yaml @@ -0,0 +1,6 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: etos-executionspace +data: + PROVIDER_HOSTNAME: http://etos-executionspace \ No newline at end of file diff --git a/manifests/base/executionspace/deployment.yaml b/manifests/base/executionspace/deployment.yaml index beb68ee..5379db1 100644 --- a/manifests/base/executionspace/deployment.yaml +++ b/manifests/base/executionspace/deployment.yaml @@ -1,10 +1,3 @@ -apiVersion: v1 -kind: ConfigMap -metadata: - name: etos-executionspace -data: - PROVIDER_HOSTNAME: http://etos-executionspace ---- apiVersion: apps/v1 kind: Deployment metadata: diff --git a/manifests/base/executionspace/kustomization.yaml b/manifests/base/executionspace/kustomization.yaml index 0db2655..e667a69 100644 --- a/manifests/base/executionspace/kustomization.yaml +++ b/manifests/base/executionspace/kustomization.yaml @@ -5,4 +5,5 @@ resources: - rolebinding.yaml - service.yaml - deployment.yaml - - role.yaml \ No newline at end of file + - role.yaml + - configmap.yaml