Initial Commit
This commit is contained in:
commit
0ec5aa83d5
8 changed files with 506 additions and 0 deletions
26
secrets.yaml.example
Normal file
26
secrets.yaml.example
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: darkdork-dev
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
namespace: darkdork-dev
|
||||
name: postgres
|
||||
type: Opaque
|
||||
stringData:
|
||||
postgres-password:
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
namespace: darkdork-dev
|
||||
name: pleroma
|
||||
stringData:
|
||||
secret-key-base:
|
||||
signing-salt:
|
||||
web-push-public-key:
|
||||
web-push-private-key:
|
||||
default-signer:
|
||||
Loading…
Add table
Add a link
Reference in a new issue