Restructure yaml, add CI/CD pipelines
This commit is contained in:
parent
fc1bf0bb9a
commit
fd7d99d29a
31 changed files with 771 additions and 543 deletions
10
manifests/tor/configmap.yaml
Normal file
10
manifests/tor/configmap.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: tor-config
|
||||
namespace: darkdork-dev
|
||||
data:
|
||||
torrc: |
|
||||
SocksPort 0.0.0.0:9050
|
||||
---
|
||||
Loading…
Add table
Add a link
Reference in a new issue