Compare commits

..

No commits in common. "306933e102d0a06a227e39e3c75240fd1210242f" and "0f5faef5c04050f418af8bad832d9f486429b1b3" have entirely different histories.

6 changed files with 0 additions and 60 deletions

View File

@ -10,7 +10,6 @@ resources:
- ./lb-service-override.yaml
- ./vault-ingress.yaml
- ./clusterissuer-letsencrypt.yaml
- ../../../infrastructure/failed-pod-cleanup
patches:
- path: ./patches/istio-gateway.yaml
target:
@ -40,11 +39,3 @@ patches:
kind: HelmRelease
name: zitadel
namespace: zitadel
- path: ./patches/failed-pod-cleanup.yaml
target:
group: helm.toolkit.fluxcd.io
version: v2
kind: HelmRelease
name: failed-pod-cleanup
namespace: default

View File

@ -1,13 +0,0 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: failed-pod-cleanup
namespace: default
spec:
values:
cleanup:
schedule:
_default: "0 0 * * *"
image:
_default: "cr.yandex/crp3ccidau046kdj8g9q/kubectl:latest"

View File

@ -1,5 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- release.yaml

View File

@ -1,26 +0,0 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: failed-pod-cleanup
namespace: default
spec:
interval: 5m
chart:
spec:
chart: failed-pod-cleanup
version: 0.1.3
sourceRef:
kind: HelmRepository
name: sarex-oci
namespace: flux-system
install:
remediation:
retries: 1
upgrade:
remediation:
retries: 1
values:
cleanup:
schedule:
_default: "0 0 * * *"

View File

@ -1,6 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./base

View File

@ -5,7 +5,6 @@ resources:
- camunda
- cert-manager
- dashboard
- failed-pod-cleanup
- kafka
- keycloak
- local-path-provisioner