Compare commits
No commits in common. "306933e102d0a06a227e39e3c75240fd1210242f" and "0f5faef5c04050f418af8bad832d9f486429b1b3" have entirely different histories.
306933e102
...
0f5faef5c0
@ -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
|
||||
@ -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"
|
||||
@ -1,5 +0,0 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- release.yaml
|
||||
@ -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 * * *"
|
||||
@ -1,6 +0,0 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./base
|
||||
|
||||
@ -5,7 +5,6 @@ resources:
|
||||
- camunda
|
||||
- cert-manager
|
||||
- dashboard
|
||||
- failed-pod-cleanup
|
||||
- kafka
|
||||
- keycloak
|
||||
- local-path-provisioner
|
||||
|
||||
Loading…
Reference in New Issue
Block a user