Added tunnel
This commit is contained in:
parent
8618624b24
commit
9b9bfedb34
26
clusters/titan.lan.huizinga.dev/infra/tunnel.yaml
Normal file
26
clusters/titan.lan.huizinga.dev/infra/tunnel.yaml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
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
|
Loading…
Reference in New Issue
Block a user