mirror of
https://github.com/cna-bootcamp/lifesub.git
synced 2026-06-13 04:59:10 +00:00
add manifests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: common-secret
|
||||
namespace: dg0400-lifesub-ns
|
||||
type: Opaque
|
||||
stringData:
|
||||
JWT_SECRET_KEY: "ePyfKiKwgxgolEqaS2CyVS8rTfpWTPCLgk10zsI6DHU="
|
||||
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: database-secret
|
||||
namespace: dg0400-lifesub-ns
|
||||
type: Opaque
|
||||
stringData:
|
||||
POSTGRES_USER: "dg0400"
|
||||
POSTGRES_PASSWORD: "Hi5Jessica!"
|
||||
Reference in New Issue
Block a user