feat: dodaj Kubernetes manifeste za FastAPI + Postgres
This commit is contained in:
10
manifests/config/secret.yaml
Normal file
10
manifests/config/secret.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: postgres-secret
|
||||
namespace: student-mirko416
|
||||
type: Opaque
|
||||
data:
|
||||
POSTGRES_PASSWORD: c3R1ZGVudDEyMw==
|
||||
POSTGRES_DB: ZmFzdGFwaWRi
|
||||
POSTGRES_USER: ZmFzdGFwaXVzZXI=
|
||||
Reference in New Issue
Block a user