Skip to content

Commit

Permalink
#OBS-I436 velero and loki fixes (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravismula authored Dec 30, 2024
1 parent 2b3898a commit d1079a9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 24 deletions.
13 changes: 4 additions & 9 deletions helmcharts/global-cloud-values-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ global:
'{"identity":"name","credential":"key","region":"region-name"}'
spark_cloud_bucket: ""
storage_class_name: &storage_class_name "gp2"
storage_class_name: &storage_class_name "gp3"
spark_service_account_arn: ""
secor_backup_bucket: &secor_backup_bucket "<fill-value>" # Update with secor bucket name
checkpoint_bucket: &checkpoint_bucket "s3://<fill-value>" # Update with checkpoint bucket name
Expand Down Expand Up @@ -147,18 +147,20 @@ velero-backup: &velero-backup
create: *create_sa
name: velero-backup-sa
annotations:
eks.amazonaws.com/role-arn: *velero_sa_annotation
<<: *velero_sa_annotation
labels:
credentials:
useSecret: false
configuration:
provider: *cloud_storage_provider
backupStorageLocation:
provider: *cloud_storage_provider
bucket: *velero_backup_cloud_bucket
config:
region: *cloud_storage_region
volumeSnapshotLocation:
name: default
namespace: velero
config:
region: *cloud_storage_region
initContainers:
Expand Down Expand Up @@ -260,13 +262,6 @@ druid-raw-cluster:
s3_secret_key: ""
<<: *druid-raw-service-account

loki:
storage:
type: *storage_class_name
compactor:
retention_enabled: true
working_directory: /var/loki/compactor/retention

lakehouse-connector:
hadoop_core_site:
fs.s3a.imp: org.apache.hadoop.fs.s3a.S3AFileSystem
Expand Down
9 changes: 1 addition & 8 deletions helmcharts/global-cloud-values-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ dataset-api-service-account: &dataset-api-service-account
config-api-service-account: &config-api-service-account
serviceAccount:
create: *create_sa
annotations: {}
annotations: {}

dataset-api:
<<: *dataset-api-service-account
Expand Down Expand Up @@ -246,13 +246,6 @@ kong:
annotations: {}
type: LoadBalancer

loki:
storage:
type: *storage_class_name
compactor:
retention_enabled: true
working_directory: /var/loki/compactor/retention

postgres-backup-service-account: &postgres-backup-service-account
serviceAccount:
create: *create_sa
Expand Down
7 changes: 0 additions & 7 deletions helmcharts/global-cloud-values-gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,13 +210,6 @@ druid-raw-cluster:
gcs_bucket: *cloud_storage_bucket
<<: *druid-raw-service-account

loki:
storage:
type: *storage_class
compactor:
retention_enabled: true
working_directory: /var/loki/compactor/retention

postgresql-backup:
<<: *postgres-backup-service-account
GS_BACKUP_BUCKET: *backups_bucket
Expand Down
2 changes: 2 additions & 0 deletions helmcharts/obsrv/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2799,6 +2799,8 @@ loki:
sidecar:
rules:
enabled: false
singleBinary:
replicas: 1
test:
enabled: false
write:
Expand Down

0 comments on commit d1079a9

Please sign in to comment.