Added tunnel
This commit is contained in:
parent
8618624b24
commit
bd005aa4e2
|
@ -18,6 +18,7 @@ spec:
|
|||
interval: 15m
|
||||
dependsOn:
|
||||
- name: lldap
|
||||
- name: letsencrypt
|
||||
prune: true
|
||||
timeout: 2m
|
||||
sourceRef:
|
||||
|
|
34
clusters/titan.lan.huizinga.dev/infra/tunnel.yaml
Normal file
34
clusters/titan.lan.huizinga.dev/infra/tunnel.yaml
Normal file
|
@ -0,0 +1,34 @@
|
|||
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
|
||||
postBuild:
|
||||
substituteFrom:
|
||||
- kind: ConfigMap
|
||||
name: domain-vars
|
||||
decryption:
|
||||
provider: sops
|
||||
secretRef:
|
||||
name: sops-gpg
|
Loading…
Reference in New Issue
Block a user