15 lines
494 B
YAML
15 lines
494 B
YAML
|
apiVersion: chisel-operator.io/v1
|
||
|
kind: ExitNode
|
||
|
metadata:
|
||
|
name: uwu-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: uwu-auth
|