apps(velero): disable

main
trivernis 7 months ago
parent 318aba823d
commit 0da137522d
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG Key ID: DFFFCC2C7A02DB45

@ -5,8 +5,8 @@ metadata:
namespace: iulse
spec:
redirectRegex:
regex: ^http(s)?://(www\.)?iulse\.com/(.*)
replacement: https://trivernis.net/${3}
regex: .*
replacement: https://trivernis.net
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute

@ -320,23 +320,23 @@ spec:
prune: true
wait: true
timeout: 5m0s
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: apps-velero
namespace: flux-system
spec:
dependsOn:
- name: repos
interval: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./apps/velero
prune: true
wait: true
timeout: 5m0s
# ---
# apiVersion: kustomize.toolkit.fluxcd.io/v1
# kind: Kustomization
# metadata:
# name: apps-velero
# namespace: flux-system
# spec:
# dependsOn:
# - name: repos
# interval: 5m
# sourceRef:
# kind: GitRepository
# name: flux-system
# path: ./apps/velero
# prune: true
# wait: true
# timeout: 5m0s
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization

Loading…
Cancel
Save