This commit is contained in:
9
k8s/03-secrets.yaml
Executable file
9
k8s/03-secrets.yaml
Executable file
@@ -0,0 +1,9 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: portal-secrets
|
||||
namespace: web-portal
|
||||
type: Opaque
|
||||
stringData:
|
||||
db-password: "portalpass"
|
||||
jwt-secret: "your-super-secret-jwt-key-change-this-in-production"
|
||||
Reference in New Issue
Block a user