use managedBy Helm
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
8522586745
commit
8583f5c481
|
@ -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)
|
|
|
@ -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
|
|
|
@ -1,7 +0,0 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
namespace: futureporn
|
|
||||||
resources:
|
|
||||||
- namespace.yaml
|
|
||||||
- repository.yaml
|
|
||||||
- exit-node.yaml
|
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: futureporn
|
|
|
@ -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/
|
|
|
@ -15,3 +15,4 @@ spec:
|
||||||
strapi:
|
strapi:
|
||||||
url: https://strapi.sbtp.xyz
|
url: https://strapi.sbtp.xyz
|
||||||
hostname: strapi.sbtp.xyz
|
hostname: strapi.sbtp.xyz
|
||||||
|
managedBy: Helm
|
Loading…
Reference in New Issue