add ingress resources
The current ingress deployment does not add resource, we need to add it. Change-Id: I9d610f13235c431ffdfa1d29b71660b3c1261e37
This commit is contained in:
parent
56c4bfe3cd
commit
b7b2048b35
@ -15,7 +15,7 @@ apiVersion: v1
|
|||||||
appVersion: v10.2.31
|
appVersion: v10.2.31
|
||||||
description: OpenStack-Helm MariaDB
|
description: OpenStack-Helm MariaDB
|
||||||
name: mariadb
|
name: mariadb
|
||||||
version: 0.2.6
|
version: 0.2.7
|
||||||
home: https://mariadb.com/kb/en/
|
home: https://mariadb.com/kb/en/
|
||||||
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
||||||
sources:
|
sources:
|
||||||
|
@ -172,6 +172,13 @@ pod:
|
|||||||
limits:
|
limits:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
|
ingress:
|
||||||
|
requests:
|
||||||
|
memory: "128Mi"
|
||||||
|
cpu: "100m"
|
||||||
|
limits:
|
||||||
|
memory: "1024Mi"
|
||||||
|
cpu: "2000m"
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
limits:
|
limits:
|
||||||
|
@ -22,4 +22,5 @@ mariadb:
|
|||||||
- 0.2.4 Use full image ref for docker official images
|
- 0.2.4 Use full image ref for docker official images
|
||||||
- 0.2.5 Added helm hook for post-install and post-upgrade in prometheus exporter job.
|
- 0.2.5 Added helm hook for post-install and post-upgrade in prometheus exporter job.
|
||||||
- 0.2.6 Update log format stream for mariadb
|
- 0.2.6 Update log format stream for mariadb
|
||||||
|
- 0.2.7 add ingress resources
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user