|
1 | 1 | ## Bitnami WordPress image version |
2 | 2 | ## ref: https://hub.docker.com/r/bitnami/wordpress/tags/ |
3 | 3 | ## |
4 | | -image: bitnami/wordpress:4.9.4-r0 |
| 4 | +image: bitnami/wordpress:5.5.1 |
5 | 5 |
|
6 | 6 | ## Specify a imagePullPolicy |
7 | 7 | ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images |
@@ -51,32 +51,15 @@ wordpressBlogName: User's Blog! |
51 | 51 |
|
52 | 52 | externalDatabase: |
53 | 53 | minibroker: |
54 | | - ## The plan to request from Minibroker, use svcat get plans --class mysql to see your options |
55 | | - servicePlan: 5-7-30 |
| 54 | + class: mariadb |
| 55 | + ## The plan to request from Minibroker, use svcat get plans --class mariadb to see your options. |
| 56 | + servicePlan: 10-3-22 |
56 | 57 | parameters: |
57 | | - mysqlDatabase: bitnami_wordpress |
58 | | - mysqlUser: bn_wordpress |
59 | | - placeholder: yarrr |
60 | | - |
61 | | -## |
62 | | -## MariaDB chart configuration |
63 | | -## |
64 | | -mariadb: |
65 | | - ## Enable persistence using Persistent Volume Claims |
66 | | - ## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ |
67 | | - ## |
68 | | - persistence: |
69 | | - enabled: true |
70 | | - ## mariadb data Persistent Volume Storage Class |
71 | | - ## If defined, storageClassName: <storageClass> |
72 | | - ## If set to "-", storageClassName: "", which disables dynamic provisioning |
73 | | - ## If undefined (the default) or set to null, no storageClassName spec is |
74 | | - ## set, choosing the default provisioner. (gp2 on AWS, standard on |
75 | | - ## GKE, AWS & OpenStack) |
76 | | - ## |
77 | | - # storageClass: "-" |
78 | | - accessMode: ReadWriteOnce |
79 | | - size: 8Gi |
| 58 | + db: |
| 59 | + name: bitnami_wordpress |
| 60 | + user: bn_wordpress |
| 61 | + replication: |
| 62 | + enabled: false |
80 | 63 |
|
81 | 64 | ## Kubernetes configuration |
82 | 65 | ## For minikube, set this to NodePort, elsewhere use LoadBalancer |
@@ -147,22 +130,6 @@ ingress: |
147 | 130 | # key: |
148 | 131 | # certificate: |
149 | 132 |
|
150 | | -## Enable persistence using Persistent Volume Claims |
151 | | -## ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ |
152 | | -## |
153 | | -persistence: |
154 | | - enabled: true |
155 | | - ## wordpress data Persistent Volume Storage Class |
156 | | - ## If defined, storageClassName: <storageClass> |
157 | | - ## If set to "-", storageClassName: "", which disables dynamic provisioning |
158 | | - ## If undefined (the default) or set to null, no storageClassName spec is |
159 | | - ## set, choosing the default provisioner. (gp2 on AWS, standard on |
160 | | - ## GKE, AWS & OpenStack) |
161 | | - ## |
162 | | - # storageClass: "-" |
163 | | - accessMode: ReadWriteOnce |
164 | | - size: 10Gi |
165 | | - |
166 | 133 | ## Configure resource requests and limits |
167 | 134 | ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
168 | 135 | ## |
|
0 commit comments