Add nodeSelector and tolerations for Postgres pod

This commit is contained in:
Ernesto Pérez
2021-04-13 13:50:14 +02:00
parent b942794179
commit 151ff11745
7 changed files with 61 additions and 0 deletions

View File

@@ -224,6 +224,12 @@ spec:
tower_postgres_image:
description: Registry path to the PostgreSQL container to use
type: string
tower_postgres_selector:
description: nodeSelector for the Postgres pods
type: string
tower_postgres_tolerations:
description: node tolerations for the Postgres pods
type: string
tower_postgres_resource_requirements:
description: Resource requirements for the PostgreSQL container
properties: