Added better user creds
This commit is contained in:
parent
2d0724e21d
commit
9424b264e0
@ -53,6 +53,9 @@ spec:
|
||||
volumeMounts:
|
||||
- mountPath: /var/lib/artemis-instance
|
||||
name: activemq-volume
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: activemq-config
|
||||
volumes:
|
||||
- name: activemq-volume
|
||||
persistentVolumeClaim:
|
||||
@ -82,3 +85,14 @@ spec:
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: activemq
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: activemq-config
|
||||
labels:
|
||||
app: activemq
|
||||
namespace: birbnetes
|
||||
data:
|
||||
ARTEMIS_USER: birbnetes
|
||||
ARTEMIS_PASSWORD: de4d2182
|
||||
|
Loading…
Reference in New Issue
Block a user