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
|
||||
description: OpenStack-Helm MariaDB
|
||||
name: mariadb
|
||||
version: 0.2.6
|
||||
version: 0.2.7
|
||||
home: https://mariadb.com/kb/en/
|
||||
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
|
||||
sources:
|
||||
|
@ -172,6 +172,13 @@ pod:
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
ingress:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "1024Mi"
|
||||
cpu: "2000m"
|
||||
jobs:
|
||||
tests:
|
||||
limits:
|
||||
|
@ -22,4 +22,5 @@ mariadb:
|
||||
- 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.6 Update log format stream for mariadb
|
||||
- 0.2.7 add ingress resources
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user