use managedBy Helm
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-19 19:32:45 -08:00
parent 8522586745
commit 8583f5c481
6 changed files with 2 additions and 45 deletions

View File

@ -1,3 +0,0 @@
# @todo
Chisel is not running in the cluster. This is a nice-to-have for DX in the future. (for now, it runs on a VPS)

View File

@ -1,15 +0,0 @@
apiVersion: chisel-operator.io/v1
kind: ExitNode
metadata:
name: chisel-exit-node
namespace: futureporn
spec:
# IP address of exit node
# In this case, we will leave this as a blank string, and let the operator allocate an IP address for us
host: "155.138.254.201"
# Control plane socket port
port: 9090
# Name of the secret containing the auth key
# This is not required, but recommended
# If not set, the operator will automatically generate a secret for you
auth: chisel

View File

@ -1,7 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: futureporn
resources:
- namespace.yaml
- repository.yaml
- exit-node.yaml

View File

@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: futureporn

View File

@ -1,15 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: chisel-operator
namespace: futureporn
spec:
interval: 1m
url: https://github.com/FyraLabs/chisel-operator
ref:
branch: main
ignore: |
# exclude all
/*
# include charts directory
!/charts/

View File

@ -14,4 +14,5 @@ spec:
s3BucketName: fp-dev
strapi:
url: https://strapi.sbtp.xyz
hostname: strapi.sbtp.xyz
hostname: strapi.sbtp.xyz
managedBy: Helm