Skip to content

Commit

Permalink
feat(kube-nas): standardisation refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzlyn committed Feb 3, 2025
1 parent d7937bd commit 07cdde0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ spec:
name: backube-charts
namespace: flux-system
install:
crds: CreateReplace
remediation:
retries: 3
upgrade:
cleanupOnFail: true
crds: CreateReplace
remediation:
strategy: rollback
retries: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ spec:
name: dbman-charts
namespace: flux-system
install:
crds: CreateReplace
remediation:
retries: 3
upgrade:
cleanupOnFail: true
crds: CreateReplace
remediation:
strategy: rollback
retries: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ spec:
commonMetadata:
labels:
app.kubernetes.io/name: *appname
app.kubernetes.io/instance: *appname
app.kubernetes.io/component: dragonfly
path: ./kubernetes/kube-nas/apps/database-system/dragonfly/cluster
prune: true
sourceRef:
Expand Down
2 changes: 0 additions & 2 deletions kubernetes/kube-nas/apps/nginx-ingress/nginx/flux-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ spec:
interval: 30m
retryInterval: 1m
timeout: 5m
dependsOn:
- name: cert-manager-issuers
5 changes: 0 additions & 5 deletions kubernetes/kube-nas/flux/flux-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ spec:
interval: 30m
retryInterval: 1m
timeout: 5m
dependsOn:
- name: flux-system
- name: flux-repositories

---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
Expand All @@ -63,8 +60,6 @@ spec:
interval: 30m
retryInterval: 1m
timeout: 5m
dependsOn:
- name: flux-operator

---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
Expand Down

0 comments on commit 07cdde0

Please sign in to comment.