Skip to content

Commit

Permalink
fixes pvc labelling
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 15, 2024
1 parent a1c6214 commit fc9a494
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions modules/signoz-fluxcd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ spec:
value:
name: clickhouse-backup
persistentVolumeClaim:
claimName: data-volumeclaim-template
claimName: data-volumeclaim-clickhouse-backup
# Add the sidecar container
- target:
kind: ClickHouseInstallation
Expand All @@ -116,11 +116,8 @@ spec:
requests:
cpu: "100m"
memory: "128Mi"
limits:
cpu: "500m"
memory: "256Mi"
volumeMounts:
- name: data-volumeclaim-template
- name: data-volumeclaim-clickhouse-backup
mountPath: /var/lib/clickhouse
env:
- name: REMOTE_STORAGE
Expand Down

0 comments on commit fc9a494

Please sign in to comment.