Merge pull request #226 from fust/fix_postgres_resources

Fix postgres resources
This commit is contained in:
Shane McDonald
2021-04-22 13:33:11 -04:00
committed by GitHub
8 changed files with 92 additions and 41 deletions

View File

@@ -239,6 +239,20 @@ spec:
tower_postgres_tolerations:
description: node tolerations for the Postgres pods
type: string
tower_postgres_storage_requirements:
description: Storage requirements for the PostgreSQL container
properties:
requests:
properties:
storage:
type: string
type: object
limits:
properties:
storage:
type: string
type: object
type: object
tower_postgres_resource_requirements:
description: Resource requirements for the PostgreSQL container
properties:
@@ -248,8 +262,6 @@ spec:
type: string
memory:
type: string
storage:
type: string
type: object
limits:
properties:
@@ -257,8 +269,6 @@ spec:
type: string
memory:
type: string
storage:
type: string
type: object
type: object
tower_postgres_storage_class: