robosats-deploy/k8s/base/tor/onion-secret.yml
Reckless_Satoshi a069f98a1a init
2023-09-29 05:10:16 -07:00

12 lines
289 B
YAML

apiVersion: v1
data:
# Generate using commands in readme.md
onionAddress: ...aWQub25pb24K
privateKeyFile: ...F1mVQaWw2V6YahyUOiHSNg5QYwwAH
publicKeyFile: ...LguGSudSC/MOE8SDtSrRvGQFF7VYlynxUCBgvtLWrMg==
kind: Secret
metadata:
name: onion-secret
namespace: default
type: Opaque