From 62d252f8fecbe8759ddf1a56ad25efdb4981b299 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Mon, 27 Jan 2020 18:05:22 +0100 Subject: [PATCH] sync run_local and update version number --- docs/administrator.md | 2 +- ui/manifests/deployment.yaml | 2 +- ui/run_local.sh | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/administrator.md b/docs/administrator.md index 5b8769edb..93c865c6a 100644 --- a/docs/administrator.md +++ b/docs/administrator.md @@ -501,7 +501,7 @@ Run NPM to continuously compile `tags/js` code. Basically, it creates an To build the Docker image open a shell and change to the `ui` folder. Then run: ```bash -docker build -t registry.opensource.zalan.do/acid/postgres-operator-ui:v1.2.0 . +docker build -t registry.opensource.zalan.do/acid/postgres-operator-ui:v1.3.0 . ``` Apply all manifests for the `ui/manifests` folder to deploy the Postgres diff --git a/ui/manifests/deployment.yaml b/ui/manifests/deployment.yaml index bf3eab991..0965a513c 100644 --- a/ui/manifests/deployment.yaml +++ b/ui/manifests/deployment.yaml @@ -20,7 +20,7 @@ spec: serviceAccountName: postgres-operator-ui containers: - name: "service" - image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.2.0 + image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.3.0 ports: - containerPort: 8081 protocol: "TCP" diff --git a/ui/run_local.sh b/ui/run_local.sh index 2951fe049..e331b2414 100755 --- a/ui/run_local.sh +++ b/ui/run_local.sh @@ -19,10 +19,15 @@ default_operator_ui_config='{ "nat_gateways_visible": false, "resources_visible": true, "users_visible": true, + "cost_ebs": 0.119, + "cost_core": 0.0575, + "cost_memory": 0.014375, "postgresql_versions": [ + "12", "11", "10", - "9.6" + "9.6", + "9.5" ], "static_network_whitelist": { "localhost": ["172.0.0.1/32"]