2024-09-07 22:05:05 -04:00
|
|
|
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
|
|
|
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
|
|
|
kind: Kustomization
|
|
|
|
metadata:
|
2024-09-15 20:35:30 -04:00
|
|
|
name: home-assistant
|
2024-09-07 22:05:05 -04:00
|
|
|
namespace: flux-system
|
|
|
|
spec:
|
|
|
|
timeout: 5m
|
|
|
|
interval: 10m
|
2024-09-15 20:35:30 -04:00
|
|
|
path: ./kubernetes/thin/apps/default/home-assistant/files
|
2024-09-07 22:05:05 -04:00
|
|
|
prune: true
|
|
|
|
sourceRef:
|
|
|
|
kind: GitRepository
|
|
|
|
name: home-cluster
|
|
|
|
decryption:
|
|
|
|
provider: sops
|
|
|
|
secretRef:
|
|
|
|
name: sops-gpg
|
2024-09-15 20:35:30 -04:00
|
|
|
dependsOn:
|
|
|
|
- name: openebs-sc
|
|
|
|
namespace: flux-system
|
fix: switch to cloudnative-pg and change home assistant to use it
feat(thin): switch to cloudnative-pg
chore(nginx-external): switch to default 443 port
fix(thin,cloudpg): use correct storage class
fix(thin,cloudpg): remove cpu limits
fix(thin,cloudpg): set cpu limits to 20m
chore(thin,cloudpg): setup backups
Revert "chore(thin,cloudpg): setup backups"
This reverts commit 15ef935a8814bff07cfdc78eff360dcd06cbf562.
chore(thin,cloudpg): setup backups
chore(thin,cloudpg): use PodDisruptionBudgets instead of nodeMaintenanceWindow
chore(thin,cloudpg): scale down to 1 replica, disable PDB
fix(thin,hass): use new kustomization name for cloudinitpg
fix(thin,hass): use new postgres service name
fix(thin,hass): use CORRECT postgres service name
fix(thin,hass): convert elevation to integer
2025-02-19 22:21:59 -05:00
|
|
|
- name: cloudnative-pg-cluster
|
2024-09-15 20:35:30 -04:00
|
|
|
namespace: flux-system
|
2024-09-07 22:05:05 -04:00
|
|
|
postBuild:
|
|
|
|
substitute: {}
|
|
|
|
substituteFrom:
|
|
|
|
- kind: ConfigMap
|
|
|
|
name: cluster-settings
|
|
|
|
- kind: Secret
|
fix: switch to cloudnative-pg and change home assistant to use it
feat(thin): switch to cloudnative-pg
chore(nginx-external): switch to default 443 port
fix(thin,cloudpg): use correct storage class
fix(thin,cloudpg): remove cpu limits
fix(thin,cloudpg): set cpu limits to 20m
chore(thin,cloudpg): setup backups
Revert "chore(thin,cloudpg): setup backups"
This reverts commit 15ef935a8814bff07cfdc78eff360dcd06cbf562.
chore(thin,cloudpg): setup backups
chore(thin,cloudpg): use PodDisruptionBudgets instead of nodeMaintenanceWindow
chore(thin,cloudpg): scale down to 1 replica, disable PDB
fix(thin,hass): use new kustomization name for cloudinitpg
fix(thin,hass): use new postgres service name
fix(thin,hass): use CORRECT postgres service name
fix(thin,hass): convert elevation to integer
2025-02-19 22:21:59 -05:00
|
|
|
name: cluster-secrets
|