Skip to content

Commit

Permalink
apps: cluster1: Add tor-controller-instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Nov 8, 2023
1 parent b7dcb03 commit ddf4e05
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/cluster1/tor-controller-instance/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: tor-controller-instance
resources:
- namespace.yaml
- tor.yaml
4 changes: 4 additions & 0 deletions apps/cluster1/tor-controller-instance/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: tor-controller-instance
4 changes: 4 additions & 0 deletions apps/cluster1/tor-controller-instance/tor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: tor.k8s.torproject.org/v1alpha2
kind: Tor
metadata:
name: example-tor-instance
13 changes: 13 additions & 0 deletions clusters/cluster1/flux-system/apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,16 @@ spec:
sourceRef:
kind: GitRepository
name: flux-system
---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta2
kind: Kustomization
metadata:
name: tor-controller-instance
namespace: flux-system
spec:
interval: 10m0s
path: ./apps/cluster1/tor-controller-instance
prune: true
sourceRef:
kind: GitRepository
name: flux-system

0 comments on commit ddf4e05

Please sign in to comment.