feat(cloudflare-tunnel): add tunnel
This commit is contained in:
parent
28a07ca401
commit
a5f4198f32
8 changed files with 121 additions and 0 deletions
11
apps/cloudflare-tunnel/overlays/system/kustomization.yaml
Normal file
11
apps/cloudflare-tunnel/overlays/system/kustomization.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
generators:
|
||||
- ./secret-generator.yaml
|
||||
|
||||
patches:
|
||||
- path: deployment.patch.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue