Skip to content
Snippets Groups Projects
Commit bbde28bf authored by Siarhei Poliak [EPAM / GCP]'s avatar Siarhei Poliak [EPAM / GCP]
Browse files

Allocation resources for PostgreSQL

parent d7f75acd
No related branches found
No related tags found
1 merge request!1481Gonrg 9631 allocation resources for postgre sql
Pipeline #262986 passed
Pipeline: GC Infrastructure code

#262987

    ......@@ -26,8 +26,9 @@ postgresql:
    auth:
    # Fill in variable value
    postgresPassword: "<put your password here>"
    persistence:
    size: 8Gi
    primary:
    persistence:
    size: 8Gi
    airflow:
    externalDatabase:
    ......
    ......@@ -27,8 +27,9 @@ postgresql:
    auth:
    # Fill in variable value
    postgresPassword: "<put your password here>"
    persistence:
    size: 8Gi
    primary:
    persistence:
    size: 8Gi
    airflow:
    externalDatabase:
    ......
    ......@@ -26,8 +26,9 @@ postgresql:
    auth:
    # Fill in variable value
    postgresPassword: "<put your password here>"
    persistence:
    size: 8Gi
    primary:
    persistence:
    size: 8Gi
    airflow:
    externalDatabase:
    ......
    ......@@ -26,8 +26,9 @@ postgresql:
    auth:
    # Fill in variable value
    postgresPassword: "<put your password here>"
    persistence:
    size: 8Gi
    primary:
    persistence:
    size: 8Gi
    airflow:
    externalDatabase:
    ......
    ......@@ -28,8 +28,9 @@ postgresql:
    auth:
    # Fill in variable value
    postgresPassword: "<put your password here>"
    persistence:
    size: 8Gi
    primary:
    persistence:
    size: 8Gi
    airflow:
    externalDatabase:
    ......
    ......@@ -27,8 +27,9 @@ postgresql:
    auth:
    # Fill in variable value
    postgresPassword: "<put your password here>"
    persistence:
    size: 8Gi
    primary:
    persistence:
    size: 8Gi
    airflow:
    externalDatabase:
    ......
    ......@@ -28,8 +28,9 @@ postgresql:
    auth:
    # Fill in variable value
    postgresPassword: "<put your password here>"
    persistence:
    size: 8Gi
    primary:
    persistence:
    size: 8Gi
    airflow:
    externalDatabase:
    ......
    ......@@ -112,12 +112,11 @@ postgresql:
    auth:
    postgresPassword: ""
    database: "postgres"
    replicaCount: 1
    ingress:
    enabled: false
    persistence:
    enabled: true
    size: 20Gi
    primary:
    persistence:
    enabled: true
    size: 10Gi
    resourcesPreset: "medium"
    elasticsearch:
    enabled: true
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment