Skip to content

Commit 586b46d

Browse files
authored
fix port and quickstart (#1266)
1 parent 1021784 commit 586b46d

File tree

4 files changed

+9
-20
lines changed

4 files changed

+9
-20
lines changed

charts/postgres-operator-ui/index.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ entries:
33
postgres-operator-ui:
44
- apiVersion: v1
55
appVersion: 1.6.0
6-
created: "2020-12-17T15:49:56.570324588+01:00"
6+
created: "2020-12-18T14:19:25.464717041+01:00"
77
description: Postgres Operator UI provides a graphical interface for a convenient
88
database-as-a-service user experience
9-
digest: 9ce86d53b4e79dc405aea5fe2feadd163dfbbde43205782c20206ac0ba9d5e4d
9+
digest: d7813a235dd1015377c38fd5a14e7679a411c7340a25cfcf5f5294405f9a2eb2
1010
home: https://github.com/zalando/postgres-operator
1111
keywords:
1212
- postgres
@@ -26,7 +26,7 @@ entries:
2626
version: 1.6.0
2727
- apiVersion: v1
2828
appVersion: 1.5.0
29-
created: "2020-12-17T15:49:56.569780943+01:00"
29+
created: "2020-12-18T14:19:25.464015993+01:00"
3030
description: Postgres Operator UI provides a graphical interface for a convenient
3131
database-as-a-service user experience
3232
digest: c91ea39e6d51d57f4048fb1b6ec53b40823f2690eb88e4e4f1a036367b9fdd61
@@ -47,4 +47,4 @@ entries:
4747
urls:
4848
- postgres-operator-ui-1.5.0.tgz
4949
version: 1.5.0
50-
generated: "2020-12-17T15:49:56.569108956+01:00"
50+
generated: "2020-12-18T14:19:25.463104102+01:00"
Binary file not shown.

charts/postgres-operator-ui/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ envs:
4949
# configure UI service
5050
service:
5151
type: "ClusterIP"
52-
port: "8081"
52+
port: "80"
5353
# If the type of the service is NodePort a port can be specified using the nodePort field
5454
# If the nodePort field is not specified, or if it has no value, then a random port is used
5555
# notePort: 32521

docs/quickstart.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Postgres cluster. This can work in two ways: via a ConfigMap or a custom
3434
The Postgres Operator can be deployed in the following ways:
3535

3636
* Manual deployment
37+
* Kustomization
3738
* Helm chart
38-
* Operator Lifecycle Manager (OLM)
3939

4040
### Manual deployment setup
4141

@@ -91,20 +91,6 @@ The chart works with both Helm 2 and Helm 3. The `crd-install` hook from v2 will
9191
be skipped with warning when using v3. Documentation for installing applications
9292
with Helm 2 can be found in the [v2 docs](https://v2.helm.sh/docs/).
9393

94-
### Operator Lifecycle Manager (OLM)
95-
96-
The [Operator Lifecycle Manager (OLM)](https://github.com/operator-framework/operator-lifecycle-manager)
97-
has been designed to facilitate management of K8s operators. It has to be
98-
installed in your K8s environment. When OLM is set up simply download and deploy
99-
the Postgres Operator with the following command:
100-
101-
```bash
102-
kubectl create -f https://operatorhub.io/install/postgres-operator.yaml
103-
```
104-
105-
This installs the operator in the `operators` namespace. More information can be
106-
found on [operatorhub.io](https://operatorhub.io/operator/postgres-operator).
107-
10894
## Check if Postgres Operator is running
10995

11096
Starting the operator may take a few seconds. Check if the operator pod is
@@ -142,6 +128,9 @@ To deploy the UI simply apply all its manifests files or use the UI helm chart:
142128
# manual deployment
143129
kubectl apply -f ui/manifests/
144130

131+
# or kustomization
132+
kubectl apply -k github.com/zalando/postgres-operator/ui/manifests
133+
145134
# or helm chart
146135
helm install postgres-operator-ui ./charts/postgres-operator-ui
147136
```

0 commit comments

Comments
 (0)