k8s hlaeja account registry
This commit is contained in:
15
kube/01-initialize/03-account-jwt-private-key-secret.yaml
Normal file
15
kube/01-initialize/03-account-jwt-private-key-secret.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: account-jwt-private-key
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
app: account-register
|
||||
environment: testing
|
||||
tier: backend
|
||||
type: Opaque
|
||||
data:
|
||||
# Look at /doc/rsa_key.md, for how to make real values
|
||||
private_key.pem: AccountJwtPrivateKeyFileBase64==
|
||||
|
||||
|
||||
Reference in New Issue
Block a user