Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(home-assistant): increase volume size #3635

Merged
merged 1 commit into from
Sep 24, 2024
Merged

feat(home-assistant): increase volume size #3635

merged 1 commit into from
Sep 24, 2024

Conversation

blackjid
Copy link
Owner

No description provided.

@bot-x-mod
Copy link
Contributor

bot-x-mod bot commented Sep 24, 2024

--- kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/home-assistant

+++ kubernetes/apps Kustomization: flux-system/cluster-apps Kustomization: flux-system/home-assistant

@@ -19,13 +19,13 @@

   - name: external-secrets-stores
   interval: 30m
   path: ./kubernetes/apps/home/home-assistant/app
   postBuild:
     substitute:
       APP: home-assistant
-      VOLSYNC_CAPACITY: 5Gi
+      VOLSYNC_CAPACITY: 10Gi
     substituteFrom:
     - kind: ConfigMap
       name: cluster-settings
     - kind: Secret
       name: cluster-secrets
     - kind: ConfigMap
--- kubernetes/apps/home/home-assistant/app Kustomization: flux-system/home-assistant PersistentVolumeClaim: home/home-assistant

+++ kubernetes/apps/home/home-assistant/app Kustomization: flux-system/home-assistant PersistentVolumeClaim: home/home-assistant

@@ -14,9 +14,9 @@

   dataSourceRef:
     apiGroup: volsync.backube
     kind: ReplicationDestination
     name: home-assistant-dst
   resources:
     requests:
-      storage: 5Gi
+      storage: 10Gi
   storageClassName: longhorn
 
--- kubernetes/apps/home/home-assistant/app Kustomization: flux-system/home-assistant ReplicationDestination: home/home-assistant-dst

+++ kubernetes/apps/home/home-assistant/app Kustomization: flux-system/home-assistant ReplicationDestination: home/home-assistant-dst

@@ -13,13 +13,13 @@

     accessModes:
     - ReadWriteOnce
     cacheAccessModes:
     - ReadWriteOnce
     cacheCapacity: 8Gi
     cacheStorageClassName: longhorn-cache
-    capacity: 5Gi
+    capacity: 10Gi
     copyMethod: Snapshot
     moverSecurityContext:
       fsGroup: 568
       runAsGroup: 568
       runAsUser: 568
     repository: home-assistant-volsync-secret

@blackjid blackjid merged commit 710778d into main Sep 24, 2024
7 checks passed
@blackjid blackjid deleted the increse_hass_vol branch September 24, 2024 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant