Update: review, store eventhub secret 설정
This commit is contained in:
parent
e5911b9b9a
commit
399846876a
@ -48,6 +48,11 @@ spec:
|
||||
value: ""
|
||||
- name: KUBERNETES_SERVICE_PORT
|
||||
value: ""
|
||||
- name: EVENTHUB_CONNECTION_STRING
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: eventhub-secret
|
||||
key: connectionString
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
|
||||
@ -36,6 +36,11 @@ spec:
|
||||
value: "update"
|
||||
- name: JPA_SHOW_SQL
|
||||
value: "false"
|
||||
- name: EVENTHUB_CONNECTION_STRING
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: eventhub-secret
|
||||
key: connectionString
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user