remove zalando scripts

This commit is contained in:
Пытков Роман
2024-02-13 08:18:55 +03:00
parent be7d07bb83
commit 397abb3555
6 changed files with 5 additions and 25 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/bash
./setup_pgsql_operator.sh
./setup_pgsql_operator_ui.sh
./setup_cnpg.sh
cd $(git rev-parse --show-toplevel)/manifests

4
scripts/client/setup_cnpg.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
kubectl apply --server-side -f \
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-1.22/releases/cnpg-1.22.1.yaml

View File

@@ -1,6 +0,0 @@
#!/bin/bash
cd $(git rev-parse --show-toplevel)/manifests/postgres-operator
kubectl apply -f manifests/minimal-postgres-manifest.yaml

View File

@@ -1,9 +0,0 @@
#!/bin/bash
cd $(git rev-parse --show-toplevel)/manifests/postgres-operator
# apply the manifests in the following order
kubectl create -f manifests/configmap.yaml # configuration
kubectl create -f manifests/operator-service-account-rbac.yaml # identity and permissions
kubectl create -f manifests/postgres-operator.yaml # deployment
kubectl create -f manifests/api-service.yaml # operator API to be used by UI

View File

@@ -1,6 +0,0 @@
#!/bin/bash
cd $(git rev-parse --show-toplevel)/manifests/postgres-operator
kubectl apply -f ui/manifests/

View File

@@ -1,2 +0,0 @@
#!/bin/bash
kubectl port-forward svc/postgres-operator-ui 8081:80