helm hlaeja account registry
- update actuator.http - update helmfile.yaml - add 04-service.yaml - add 03-deployment.yaml - add 02-configmap.yaml - add 01-secret.yaml - update 01 secret values.yaml with jwt - add values.yaml - add Chart.yaml
This commit is contained in:
11
helm/charts/03-account-registry/templates/01-secret.yaml
Normal file
11
helm/charts/03-account-registry/templates/01-secret.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: account-register-environment
|
||||
labels:
|
||||
app: account-register
|
||||
environment: {{ .Values.environment }}
|
||||
tier: backend
|
||||
type: Opaque
|
||||
data:
|
||||
SPRING_R2DBC_PASSWORD: {{ .Values.secrets.r2dbcPassword | b64enc | quote }}
|
||||
Reference in New Issue
Block a user