Configure minio, restructure manifests
This commit is contained in:
parent
0ec5aa83d5
commit
64dc13b3ad
7 changed files with 306 additions and 186 deletions
34
manifests/secrets.yaml.example
Normal file
34
manifests/secrets.yaml.example
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
---
|
||||
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:
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: minio
|
||||
namespace: darkdork-dev
|
||||
stringData:
|
||||
root-password:
|
||||
Loading…
Add table
Add a link
Reference in a new issue