mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
Revert database pvc annotation changes
This commit is contained in:
@@ -344,9 +344,10 @@ persistence:
|
||||
- ReadWriteOnce
|
||||
size: {{ database_disk_size_in_gib }}Gi
|
||||
annotations:
|
||||
ownerId: {{ owner_id }}
|
||||
envId: {{ environment_id }}
|
||||
databaseId: {{ id }}
|
||||
databaseLongId: {{ long_id }}
|
||||
databaseName: {{ sanitized_name }}
|
||||
|
||||
## Configure the ingress resource that allows you to access the
|
||||
## MongoDB installation. Set up the URL
|
||||
|
||||
@@ -314,9 +314,10 @@ master:
|
||||
## PVC annotations
|
||||
##
|
||||
annotations:
|
||||
ownerId: {{ owner_id }}
|
||||
envId: {{ environment_id }}
|
||||
databaseId: {{ id }}
|
||||
databaseLongId: {{ long_id }}
|
||||
databaseName: {{ sanitized_name }}
|
||||
|
||||
## Persistent Volume Access Mode
|
||||
##
|
||||
|
||||
@@ -326,6 +326,7 @@ persistence:
|
||||
- ReadWriteOnce
|
||||
size: {{ database_disk_size_in_gib }}Gi
|
||||
annotations:
|
||||
ownerId: {{ owner_id }}
|
||||
envId: {{ environment_id }}
|
||||
databaseId: {{ id }}
|
||||
databaseLongId: {{ long_id }}
|
||||
|
||||
@@ -347,9 +347,10 @@ persistence:
|
||||
- ReadWriteOnce
|
||||
size: {{ database_disk_size_in_gib }}Gi
|
||||
annotations:
|
||||
ownerId: {{ owner_id }}
|
||||
envId: {{ environment_id }}
|
||||
databaseId: {{ id }}
|
||||
databaseLongId: {{ long_id }}
|
||||
databaseName: '{{ sanitized_name }}'
|
||||
|
||||
## Configure the ingress resource that allows you to access the
|
||||
## MongoDB installation. Set up the URL
|
||||
|
||||
@@ -314,9 +314,10 @@ master:
|
||||
## PVC annotations
|
||||
##
|
||||
annotations:
|
||||
ownerId: {{ owner_id }}
|
||||
envId: {{ environment_id }}
|
||||
databaseId: {{ id }}
|
||||
databaseLongId: {{ long_id }}
|
||||
databaseName: '{{ sanitized_name }}'
|
||||
|
||||
## Persistent Volume Access Mode
|
||||
##
|
||||
|
||||
@@ -328,9 +328,10 @@ persistence:
|
||||
- ReadWriteOnce
|
||||
size: {{ database_disk_size_in_gib }}Gi
|
||||
annotations:
|
||||
ownerId: {{ owner_id }}
|
||||
envId: {{ environment_id }}
|
||||
databaseId: {{ id }}
|
||||
databaseLongId: {{ long_id }}
|
||||
databaseName: '{{ sanitized_name }}'
|
||||
|
||||
## updateStrategy for PostgreSQL StatefulSet and its slaves StatefulSets
|
||||
## ref: https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#update-strategies
|
||||
|
||||
@@ -196,9 +196,10 @@ persistence:
|
||||
- ReadWriteOnce
|
||||
size: {{ database_disk_size_in_gib }}Gi
|
||||
annotations:
|
||||
ownerId: {{ owner_id }}
|
||||
envId: {{ environment_id }}
|
||||
databaseId: {{ id }}
|
||||
databaseLongId: {{ long_id }}
|
||||
databaseName: '{{ sanitized_name }}'
|
||||
# volume.beta.kubernetes.io/storage-class=scw-sbv-ssd-0:
|
||||
|
||||
## Prometheus Exporter / Metrics
|
||||
|
||||
@@ -292,9 +292,10 @@ master:
|
||||
## PVC annotations
|
||||
##
|
||||
annotations:
|
||||
ownerId: {{ owner_id }}
|
||||
envId: {{ environment_id }}
|
||||
databaseId: {{ id }}
|
||||
databaseLongId: {{ long_id }}
|
||||
databaseName: '{{ sanitized_name }}'
|
||||
|
||||
## Persistent Volume Access Mode
|
||||
##
|
||||
|
||||
@@ -169,9 +169,10 @@ persistence:
|
||||
- ReadWriteOnce
|
||||
size: {{ database_disk_size_in_gib }}Gi
|
||||
annotations:
|
||||
ownerId: {{ owner_id }}
|
||||
envId: {{ environment_id }}
|
||||
databaseId: {{ id }}
|
||||
databaseLongId: {{ long_id }}
|
||||
databaseName: '{{ sanitized_name }}'
|
||||
|
||||
##
|
||||
## PostgreSQL Master parameters
|
||||
|
||||
Reference in New Issue
Block a user