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 namespace: iulse
spec: spec:
redirectRegex: redirectRegex:
regex: ^http(s)?://(www\.)?iulse\.com/(.*) regex: .*
replacement: https://trivernis.net/${3} replacement: https://trivernis.net
--- ---
apiVersion: traefik.containo.us/v1alpha1 apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute kind: IngressRoute

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

Loading…
Cancel
Save