Skip to content

Commit

Permalink
✨ Add app Snowflake (#53)
Browse files Browse the repository at this point in the history
Deploy the application Snowflake with Helm.

Snowflake is a pluggable transport for Tor.
  • Loading branch information
nomaster authored Mar 15, 2024
1 parent 413ec7a commit 02481fb
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
14 changes: 14 additions & 0 deletions base/snowflake/helm-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: snowflake
spec:
chart:
spec:
chart: tor-snowflake-proxy
sourceRef:
kind: HelmRepository
name: snowflake
interval: 1h
releaseName: snowflake
8 changes: 8 additions & 0 deletions base/snowflake/helm-repository.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: snowflake
spec:
interval: 1h
url: https://codeberg.org/api/packages/lukm/helm
8 changes: 8 additions & 0 deletions base/snowflake/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: snowflake
resources:
- helm-release.yaml
- helm-repository.yaml
- namespace.yaml
5 changes: 5 additions & 0 deletions base/snowflake/namespace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: snowflake
1 change: 1 addition & 0 deletions environments/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ resources:
- ../../base/external-dns
- ../../base/grafana
- ../../base/prometheus
- ../../base/snowflake

0 comments on commit 02481fb

Please sign in to comment.