update helm charts and docs
This commit is contained in:
		
							parent
							
								
									af69afcbfe
								
							
						
					
					
						commit
						9eded4298e
					
				|  | @ -1,9 +1,32 @@ | ||||||
| apiVersion: v1 | apiVersion: v1 | ||||||
| entries: | entries: | ||||||
|   postgres-operator-ui: |   postgres-operator-ui: | ||||||
|  |   - apiVersion: v1 | ||||||
|  |     appVersion: 1.5.0 | ||||||
|  |     created: "2020-04-30T18:40:39.100539129+02:00" | ||||||
|  |     description: Postgres Operator UI provides a graphical interface for a convenient | ||||||
|  |       database-as-a-service user experience | ||||||
|  |     digest: 9e8a5c2cbd3c952da80c03f8169435f02abfe66a53fa2f50d6557c573d95abda | ||||||
|  |     home: https://github.com/zalando/postgres-operator | ||||||
|  |     keywords: | ||||||
|  |     - postgres | ||||||
|  |     - operator | ||||||
|  |     - ui | ||||||
|  |     - cloud-native | ||||||
|  |     - patroni | ||||||
|  |     - spilo | ||||||
|  |     maintainers: | ||||||
|  |     - email: opensource@zalando.de | ||||||
|  |       name: Zalando | ||||||
|  |     name: postgres-operator-ui | ||||||
|  |     sources: | ||||||
|  |     - https://github.com/zalando/postgres-operator | ||||||
|  |     urls: | ||||||
|  |     - postgres-operator-ui-1.5.0.tgz | ||||||
|  |     version: 1.5.0 | ||||||
|   - apiVersion: v1 |   - apiVersion: v1 | ||||||
|     appVersion: 1.4.0 |     appVersion: 1.4.0 | ||||||
|     created: "2020-02-24T15:32:47.610967635+01:00" |     created: "2020-04-30T18:40:39.09993445+02:00" | ||||||
|     description: Postgres Operator UI provides a graphical interface for a convenient |     description: Postgres Operator UI provides a graphical interface for a convenient | ||||||
|       database-as-a-service user experience |       database-as-a-service user experience | ||||||
|     digest: 00e0eff7056d56467cd5c975657fbb76c8d01accd25a4b7aca81bc42aeac961d |     digest: 00e0eff7056d56467cd5c975657fbb76c8d01accd25a4b7aca81bc42aeac961d | ||||||
|  | @ -26,4 +49,4 @@ entries: | ||||||
|     urls: |     urls: | ||||||
|     - postgres-operator-ui-1.4.0.tgz |     - postgres-operator-ui-1.4.0.tgz | ||||||
|     version: 1.4.0 |     version: 1.4.0 | ||||||
| generated: "2020-02-24T15:32:47.610348278+01:00" | generated: "2020-04-30T18:40:39.099244696+02:00" | ||||||
|  |  | ||||||
										
											Binary file not shown.
										
									
								
							|  | @ -41,6 +41,10 @@ spec: | ||||||
|               value: "http://localhost:8081" |               value: "http://localhost:8081" | ||||||
|             - name: "OPERATOR_API_URL" |             - name: "OPERATOR_API_URL" | ||||||
|               value: {{ .Values.envs.operatorApiUrl }} |               value: {{ .Values.envs.operatorApiUrl }} | ||||||
|  |             - name: "OPERATOR_CLUSTER_NAME_LABEL" | ||||||
|  |               value: {{ .Values.envs.operatorClusterNameLabel }} | ||||||
|  |             - name: "RESOURCES_VISIBLE" | ||||||
|  |               value: {{ .Values.envs.resourcesVisible }} | ||||||
|             - name: "TARGET_NAMESPACE" |             - name: "TARGET_NAMESPACE" | ||||||
|               value: {{ .Values.envs.targetNamespace }} |               value: {{ .Values.envs.targetNamespace }} | ||||||
|             - name: "TEAMS" |             - name: "TEAMS" | ||||||
|  |  | ||||||
|  | @ -25,8 +25,8 @@ serviceAccount: | ||||||
| # configure UI pod resources | # configure UI pod resources | ||||||
| resources: | resources: | ||||||
|   limits: |   limits: | ||||||
|     cpu: 300m |     cpu: 200m | ||||||
|     memory: 3000Mi |     memory: 200Mi | ||||||
|   requests: |   requests: | ||||||
|     cpu: 100m |     cpu: 100m | ||||||
|     memory: 100Mi |     memory: 100Mi | ||||||
|  | @ -36,6 +36,8 @@ envs: | ||||||
|   # IMPORTANT: While operator chart and UI chart are idendependent, this is the interface between |   # IMPORTANT: While operator chart and UI chart are idendependent, this is the interface between | ||||||
|   # UI and operator API. Insert the service name of the operator API here! |   # UI and operator API. Insert the service name of the operator API here! | ||||||
|   operatorApiUrl: "http://postgres-operator:8080" |   operatorApiUrl: "http://postgres-operator:8080" | ||||||
|  |   operatorClusterNameLabel: "cluster-name" | ||||||
|  |   resourcesVisible: "False" | ||||||
|   targetNamespace: "default" |   targetNamespace: "default" | ||||||
| 
 | 
 | ||||||
| # configure UI service | # configure UI service | ||||||
|  |  | ||||||
|  | @ -1,9 +1,31 @@ | ||||||
| apiVersion: v1 | apiVersion: v1 | ||||||
| entries: | entries: | ||||||
|   postgres-operator: |   postgres-operator: | ||||||
|  |   - apiVersion: v1 | ||||||
|  |     appVersion: 1.5.0 | ||||||
|  |     created: "2020-04-30T18:39:54.135122811+02:00" | ||||||
|  |     description: Postgres Operator creates and manages PostgreSQL clusters running | ||||||
|  |       in Kubernetes | ||||||
|  |     digest: c29f5f1be954162a817c4e09fc594380c06727a2698dbd9818de6ec5f6a6b704 | ||||||
|  |     home: https://github.com/zalando/postgres-operator | ||||||
|  |     keywords: | ||||||
|  |     - postgres | ||||||
|  |     - operator | ||||||
|  |     - cloud-native | ||||||
|  |     - patroni | ||||||
|  |     - spilo | ||||||
|  |     maintainers: | ||||||
|  |     - email: opensource@zalando.de | ||||||
|  |       name: Zalando | ||||||
|  |     name: postgres-operator | ||||||
|  |     sources: | ||||||
|  |     - https://github.com/zalando/postgres-operator | ||||||
|  |     urls: | ||||||
|  |     - postgres-operator-1.5.0.tgz | ||||||
|  |     version: 1.5.0 | ||||||
|   - apiVersion: v1 |   - apiVersion: v1 | ||||||
|     appVersion: 1.4.0 |     appVersion: 1.4.0 | ||||||
|     created: "2020-02-20T17:39:25.443276193+01:00" |     created: "2020-04-30T18:39:54.133279142+02:00" | ||||||
|     description: Postgres Operator creates and manages PostgreSQL clusters running |     description: Postgres Operator creates and manages PostgreSQL clusters running | ||||||
|       in Kubernetes |       in Kubernetes | ||||||
|     digest: b93ccde5581deb8ed0857136b8ce74ca3f1b7240438fa4415f705764a1300bed |     digest: b93ccde5581deb8ed0857136b8ce74ca3f1b7240438fa4415f705764a1300bed | ||||||
|  | @ -23,50 +45,4 @@ entries: | ||||||
|     urls: |     urls: | ||||||
|     - postgres-operator-1.4.0.tgz |     - postgres-operator-1.4.0.tgz | ||||||
|     version: 1.4.0 |     version: 1.4.0 | ||||||
|   - apiVersion: v1 | generated: "2020-04-30T18:39:54.131554715+02:00" | ||||||
|     appVersion: 1.3.0 |  | ||||||
|     created: "2020-02-20T17:39:25.441532163+01:00" |  | ||||||
|     description: Postgres Operator creates and manages PostgreSQL clusters running |  | ||||||
|       in Kubernetes |  | ||||||
|     digest: 7e788fd37daec76a01f6d6f9fe5be5b54f5035e4eba0041e80a760d656537325 |  | ||||||
|     home: https://github.com/zalando/postgres-operator |  | ||||||
|     keywords: |  | ||||||
|     - postgres |  | ||||||
|     - operator |  | ||||||
|     - cloud-native |  | ||||||
|     - patroni |  | ||||||
|     - spilo |  | ||||||
|     maintainers: |  | ||||||
|     - email: opensource@zalando.de |  | ||||||
|       name: Zalando |  | ||||||
|     name: postgres-operator |  | ||||||
|     sources: |  | ||||||
|     - https://github.com/zalando/postgres-operator |  | ||||||
|     urls: |  | ||||||
|     - postgres-operator-1.3.0.tgz |  | ||||||
|     version: 1.3.0 |  | ||||||
|   - apiVersion: v1 |  | ||||||
|     appVersion: 1.2.0 |  | ||||||
|     created: "2020-02-20T17:39:25.440278302+01:00" |  | ||||||
|     description: Postgres Operator creates and manages PostgreSQL clusters running |  | ||||||
|       in Kubernetes |  | ||||||
|     digest: d10710c7cf19f4e266e7704f5d1e98dcfc61bee3919522326c35c22ca7d2f2bf |  | ||||||
|     home: https://github.com/zalando/postgres-operator |  | ||||||
|     keywords: |  | ||||||
|     - postgres |  | ||||||
|     - operator |  | ||||||
|     - cloud-native |  | ||||||
|     - patroni |  | ||||||
|     - spilo |  | ||||||
|     maintainers: |  | ||||||
|     - email: opensource@zalando.de |  | ||||||
|       name: Zalando |  | ||||||
|     - email: kgyoo8232@gmail.com |  | ||||||
|       name: kimxogus |  | ||||||
|     name: postgres-operator |  | ||||||
|     sources: |  | ||||||
|     - https://github.com/zalando/postgres-operator |  | ||||||
|     urls: |  | ||||||
|     - postgres-operator-1.2.0.tgz |  | ||||||
|     version: 1.2.0 |  | ||||||
| generated: "2020-02-20T17:39:25.439168098+01:00" |  | ||||||
|  |  | ||||||
										
											Binary file not shown.
										
									
								
							|  | @ -37,9 +37,10 @@ in some overarching orchestration, like rolling updates to improve the user | ||||||
| experience. | experience. | ||||||
| 
 | 
 | ||||||
| Monitoring or tuning Postgres is not in scope of the operator in the current | Monitoring or tuning Postgres is not in scope of the operator in the current | ||||||
| state. Other tools like [ZMON](https://opensource.zalando.com/zmon/), | state. However, with globally configurable sidecars we provide enough | ||||||
| [Prometheus](https://prometheus.io/) or more Postgres specific options can be | flexibility to complement it with other tools like [ZMON](https://opensource.zalando.com/zmon/), | ||||||
| used to complement it. | [Prometheus](https://prometheus.io/) or more Postgres specific options. | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
| ## Overview of involved entities | ## Overview of involved entities | ||||||
| 
 | 
 | ||||||
|  | @ -70,12 +71,26 @@ Please, report any issues discovered to https://github.com/zalando/postgres-oper | ||||||
| 
 | 
 | ||||||
| ## Talks | ## Talks | ||||||
| 
 | 
 | ||||||
| 1. "Building your own PostgreSQL-as-a-Service on Kubernetes" talk by Alexander Kukushkin, KubeCon NA 2018: [video](https://www.youtube.com/watch?v=G8MnpkbhClc) | [slides](https://static.sched.com/hosted_files/kccna18/1d/Building%20your%20own%20PostgreSQL-as-a-Service%20on%20Kubernetes.pdf) | - "PostgreSQL on K8S at Zalando: Two years in production" talk by Alexander Kukushkin, FOSSDEM 2020: [video](https://fosdem.org/2020/schedule/event/postgresql_postgresql_on_k8s_at_zalando_two_years_in_production/) | [slides](https://fosdem.org/2020/schedule/event/postgresql_postgresql_on_k8s_at_zalando_two_years_in_production/attachments/slides/3883/export/events/attachments/postgresql_postgresql_on_k8s_at_zalando_two_years_in_production/slides/3883/PostgreSQL_on_K8s_at_Zalando_Two_years_in_production.pdf) | ||||||
| 
 | 
 | ||||||
| 2. "PostgreSQL and Kubernetes: DBaaS without a vendor-lock" talk by Oleksii Kliukin, PostgreSQL Sessions 2018: [video](https://www.youtube.com/watch?v=q26U2rQcqMw) | [slides](https://speakerdeck.com/alexeyklyukin/postgresql-and-kubernetes-dbaas-without-a-vendor-lock) | - "Postgres as a Service at Zalando" talk by Jan Mußler, DevOpsDays Poznań 2019: [video](https://www.youtube.com/watch?v=FiWS5m72XI8) | ||||||
| 
 | 
 | ||||||
| 3. "PostgreSQL High Availability on Kubernetes with Patroni" talk by Oleksii Kliukin, Atmosphere 2018: [video](https://www.youtube.com/watch?v=cFlwQOPPkeg) | [slides](https://speakerdeck.com/alexeyklyukin/postgresql-high-availability-on-kubernetes-with-patroni) | - "Building your own PostgreSQL-as-a-Service on Kubernetes" talk by Alexander Kukushkin, KubeCon NA 2018: [video](https://www.youtube.com/watch?v=G8MnpkbhClc) | [slides](https://static.sched.com/hosted_files/kccna18/1d/Building%20your%20own%20PostgreSQL-as-a-Service%20on%20Kubernetes.pdf) | ||||||
| 
 | 
 | ||||||
| 4. "Blue elephant on-demand: Postgres + Kubernetes" talk by Oleksii Kliukin and Jan Mussler, FOSDEM 2018: [video](https://fosdem.org/2018/schedule/event/blue_elephant_on_demand_postgres_kubernetes/) | [slides (pdf)](https://www.postgresql.eu/events/fosdem2018/sessions/session/1735/slides/59/FOSDEM%202018_%20Blue_Elephant_On_Demand.pdf) | - "PostgreSQL and Kubernetes: DBaaS without a vendor-lock" talk by Oleksii Kliukin, PostgreSQL Sessions 2018: [video](https://www.youtube.com/watch?v=q26U2rQcqMw) | [slides](https://speakerdeck.com/alexeyklyukin/postgresql-and-kubernetes-dbaas-without-a-vendor-lock) | ||||||
| 
 | 
 | ||||||
| 5. "Kube-Native Postgres" talk by Josh Berkus, KubeCon 2017: [video](https://www.youtube.com/watch?v=Zn1vd7sQ_bc) | - "PostgreSQL High Availability on Kubernetes with Patroni" talk by Oleksii Kliukin, Atmosphere 2018: [video](https://www.youtube.com/watch?v=cFlwQOPPkeg) | [slides](https://speakerdeck.com/alexeyklyukin/postgresql-high-availability-on-kubernetes-with-patroni) | ||||||
|  | 
 | ||||||
|  | - "Blue elephant on-demand: Postgres + Kubernetes" talk by Oleksii Kliukin and Jan Mussler, FOSDEM 2018: [video](https://fosdem.org/2018/schedule/event/blue_elephant_on_demand_postgres_kubernetes/) | [slides (pdf)](https://www.postgresql.eu/events/fosdem2018/sessions/session/1735/slides/59/FOSDEM%202018_%20Blue_Elephant_On_Demand.pdf) | ||||||
|  | 
 | ||||||
|  | - "Kube-Native Postgres" talk by Josh Berkus, KubeCon 2017: [video](https://www.youtube.com/watch?v=Zn1vd7sQ_bc) | ||||||
|  | 
 | ||||||
|  | ## Posts | ||||||
|  | 
 | ||||||
|  | - "How to set up continuous backups and monitoring" by Pål Kristensen on [GitHub](https://github.com/zalando/postgres-operator/issues/858#issuecomment-608136253), Mar. 2020. | ||||||
|  | 
 | ||||||
|  | - "Postgres on Kubernetes with the Zalando operator" by Vito Botta on [has_many :code](https://vitobotta.com/2020/02/05/postgres-kubernetes-zalando-operator/), Feb. 2020. | ||||||
|  | 
 | ||||||
|  | - "Running PostgreSQL in Google Kubernetes Engine" by Kenneth Rørvik on [Repill Linpro](https://www.redpill-linpro.com/techblog/2019/09/28/postgres-in-kubernetes.html), Sep. 2019. | ||||||
|  | 
 | ||||||
|  | - "Zalando Postgres Operator: One Year Later" by Sergey Dudoladov on [Open Source Zalando](https://opensource.zalando.com/blog/2018/11/postgres-operator/), Nov. 2018 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue