зеркало из https://github.com/Azure/helm-charts.git
Update the class and plans (#125)
* Update the class and plans With OSBA v0.11.0 we will be altering the mysql and postgres classes and plans. This PR bumps them all to the new class and plans. * adjust guidance on minikube
This commit is contained in:
Родитель
4353cd2846
Коммит
fabffcb739
|
@ -25,7 +25,7 @@ The following charts are available:
|
|||
|
||||
## Prerequisites
|
||||
|
||||
You'll need a [Kubernetes](https://kubernetes.io) cluster, version 1.7 or later,
|
||||
You'll need a [Kubernetes](https://kubernetes.io) cluster, version 1.9 or later,
|
||||
with [Service Catalog](https://github.com/kubernetes-incubator/service-catalog)
|
||||
and [Open Service Broker for Azure](https://github.com/Azure/open-service-broker-azure)
|
||||
installed on it.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: concourse
|
||||
version: 0.3.0
|
||||
version: 0.4.0
|
||||
appVersion: 3.5.0
|
||||
description: Concourse is a simple and scalable CI system.
|
||||
icon: https://avatars1.githubusercontent.com/u/7809479
|
||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
|||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
clusterServiceClassExternalName: azure-postgresql
|
||||
clusterServiceClassExternalName: azure-postgresql-9-6
|
||||
clusterServicePlanExternalName: {{ .Values.postgresql.azure.servicePlan }}
|
||||
parameters:
|
||||
location: {{ .Values.postgresql.azure.location }}
|
||||
|
|
|
@ -465,7 +465,7 @@ postgresql:
|
|||
##
|
||||
|
||||
azure:
|
||||
servicePlan: basic100
|
||||
servicePlan: basic
|
||||
location: eastus
|
||||
|
||||
## ALL OF THE FOLLOWING CONFIGURATION IS APPLICABLE ONLY IF
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
In order to use the charts in this repository, you must have the following components installed:
|
||||
|
||||
1. A compatible [Kubernetes](https://github.com/kubernetes/kubernetes) cluster
|
||||
(version 1.7 or later)
|
||||
(version 1.9 or later)
|
||||
1. [Helm](https://github.com/kubernetes/helm)
|
||||
1. [Kubernetes Service Catalog](https://github.com/kubernetes-incubator/service-catalog)
|
||||
1. [Open Service Broker for Azure](https://github.com/azure/open-service-broker-azure)
|
||||
|
@ -16,18 +16,16 @@ Please choose your preferred Kubernetes installation method below.
|
|||
|
||||
## Minikube
|
||||
|
||||
If you are using [Minikube](https://github.com/kubernetes/minikube), ensure that you
|
||||
are using version [v0.22.0](https://github.com/kubernetes/minikube/releases/tag/v0.22.0) or
|
||||
above, and simply execute the following to start your Kubernetes cluster:
|
||||
Some older versions of Minikube, as well as some newer ones, suffer from bugs
|
||||
that can be worked around, but only with moderate effort. We therefore
|
||||
recommend that if you are using Minikube that you use [v0.25.2](https://github.com/kubernetes/minikube/releases/tag/v0.25.2).
|
||||
|
||||
|
||||
```console
|
||||
minikube start --extra-config=apiserver.Authorization.Mode=RBAC
|
||||
```
|
||||
|
||||
Note: If you're using
|
||||
[v0.23.0](https://github.com/kubernetes/minikube/releases/tag/v0.23.0),
|
||||
execute the following after you install Minikube:
|
||||
After your Minikube cluster starts, execute the following:
|
||||
|
||||
```console
|
||||
kubectl create clusterrolebinding cluster-admin:kube-system \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: drupal
|
||||
version: 0.14.0
|
||||
version: 0.15.0
|
||||
appVersion: 8.4.2
|
||||
description: One of the most versatile open source content management systems.
|
||||
keywords:
|
||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
|||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
clusterServiceClassExternalName: azure-mysql
|
||||
clusterServiceClassExternalName: azure-mysql-5-7
|
||||
clusterServicePlanExternalName: {{ .Values.mysql.azure.servicePlan }}
|
||||
parameters:
|
||||
location: {{ .Values.mysql.azure.location }}
|
||||
|
|
|
@ -40,7 +40,7 @@ mysql:
|
|||
## The Azure region in which to deploy Azure Database for MySQL
|
||||
location: eastus
|
||||
## The plan to request for Azure Database for MySQL
|
||||
servicePlan: standard100
|
||||
servicePlan: general-purpose
|
||||
|
||||
##
|
||||
## MariaDB chart configuration
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: ghost
|
||||
version: 0.4.0
|
||||
version: 0.5.0
|
||||
appVersion: 1.17.3
|
||||
description: A simple, powerful publishing platform that allows you to share your stories with the world
|
||||
keywords:
|
||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
|||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
clusterServiceClassExternalName: azure-mysql
|
||||
clusterServiceClassExternalName: azure-mysql-5-7
|
||||
clusterServicePlanExternalName: {{ .Values.mysql.azure.servicePlan }}
|
||||
parameters:
|
||||
location: {{ .Values.mysql.azure.location }}
|
||||
|
|
|
@ -75,7 +75,7 @@ mysql:
|
|||
## The Azure region in which to deploy Azure Database for MySQL
|
||||
location: eastus
|
||||
## The plan to request for Azure Database for MySQL
|
||||
servicePlan: standard100
|
||||
servicePlan: general-purpose
|
||||
|
||||
##
|
||||
## MariaDB chart configuration
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: phpbb
|
||||
version: 0.4.0
|
||||
version: 0.5.0
|
||||
appVersion: 3.2.1-r2
|
||||
description: Community forum that supports the notion of users and groups, file attachments,
|
||||
full-text search, notifications and more.
|
||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
|||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
clusterServiceClassExternalName: azure-mysql
|
||||
clusterServiceClassExternalName: azure-mysql-5-7
|
||||
clusterServicePlanExternalName: "{{ .Values.mysql.azure.servicePlan }}"
|
||||
parameters:
|
||||
location: "{{ .Values.mysql.azure.location }}"
|
||||
|
|
|
@ -40,7 +40,7 @@ mysql:
|
|||
## The Azure region in which to deploy Azure Database for MySQL
|
||||
location: eastus
|
||||
## The plan to request for Azure Database for MySQL
|
||||
servicePlan: standard100
|
||||
servicePlan: general-purpose
|
||||
|
||||
##
|
||||
## MariaDB chart configuration
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: wordpress
|
||||
version: 0.9.0
|
||||
version: 0.10.0
|
||||
appVersion: 4.9.4
|
||||
description: Web publishing platform for building blogs and websites.
|
||||
icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png
|
||||
|
|
|
@ -43,17 +43,6 @@ To install the chart with the release name `my-release`:
|
|||
$ helm install --name my-release azure/wordpress
|
||||
```
|
||||
|
||||
Note: when installing the wordpress chart on some versions of Minikube, you
|
||||
may encounter issues due to [kubernetes/minikube#2256](https://github.com/kubernetes/minikube/issues/2256).
|
||||
If you're using
|
||||
[v0.24.1](https://github.com/kubernetes/minikube/releases/tag/v0.24.1), we recommend setting
|
||||
the `persistence.enabled` parameter to `false` using the following command.
|
||||
|
||||
```console
|
||||
$ helm install --name my-release --namespace wp azure/wordpress \
|
||||
--set persistence.enabled=false
|
||||
```
|
||||
|
||||
The command deploys WordPress on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation.
|
||||
|
||||
> **Tip**: List all releases using `helm list`
|
||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
|||
release: "{{ .Release.Name }}"
|
||||
heritage: "{{ .Release.Service }}"
|
||||
spec:
|
||||
clusterServiceClassExternalName: azure-mysql
|
||||
clusterServiceClassExternalName: azure-mysql-5-7
|
||||
clusterServicePlanExternalName: {{ .Values.externalDatabase.azure.servicePlan }}
|
||||
parameters:
|
||||
location: {{ .Values.externalDatabase.azure.location }}
|
||||
|
|
|
@ -55,7 +55,7 @@ externalDatabase:
|
|||
## The Azure region in which to deploy Azure Database for MySQL
|
||||
location: eastus
|
||||
## The plan to request for Azure Database for MySQL
|
||||
servicePlan: standard100
|
||||
servicePlan: general-purpose
|
||||
|
||||
##
|
||||
## MariaDB chart configuration
|
||||
|
|
Загрузка…
Ссылка в новой задаче