flux-infra/clusters/titan.lan.huizinga.dev/infra/tunnel.yaml
2025-04-14 21:23:50 +02:00

27 lines
484 B
YAML

apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: tunnel
namespace: flux-system
spec:
interval: 1m0s
url: oci://git.huizinga.dev/dreaded_x/tunnel_rs/manifests
ref:
tag: edge
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: tunnel
namespace: flux-system
spec:
interval: 15m
dependsOn:
- name: lldap
prune: true
timeout: 2m
sourceRef:
kind: OCIRepository
name: tunnel
wait: true