File tree Expand file tree Collapse file tree 4 files changed +56
-16
lines changed Expand file tree Collapse file tree 4 files changed +56
-16
lines changed Original file line number Diff line number Diff line change 1717 image : docker.io/ishangulhane/microservice-schedule
1818 ports :
1919 - containerPort : 9080
20+ imagePullPolicy : Always
21+ env :
22+ - name : MB_KEYSTORE_PASSWORD
23+ valueFrom :
24+ secretKeyRef :
25+ name : mb-keystore-password
26+ key : password
27+ - name : MB_TRUSTSTORE_PASSWORD
28+ valueFrom :
29+ secretKeyRef :
30+ name : mb-truststore-password
31+ key : password
2032 volumeMounts :
2133 - name : keystore
2234 mountPath : /etc/wlp/config/keystore
@@ -27,18 +39,16 @@ spec:
2739 volumes :
2840 - name : keystore
2941 secret :
30- secretName : wlp -keystore
42+ secretName : mb -keystore
3143 - name : truststore
3244 secret :
33- secretName : wlp -truststore
45+ secretName : mb -truststore
3446 - name : liberty-config
3547 configMap :
3648 name : liberty-config
3749 items :
3850 - key : keystore.xml
3951 path : defaults/keystore.xml
40- - key : logging.xml
41- path : defaults/logging.xml
4252---
4353apiVersion : v1
4454kind : Service
Original file line number Diff line number Diff line change 1717 image : docker.io/ishangulhane/microservice-session
1818 ports :
1919 - containerPort : 9080
20+ imagePullPolicy : Always
21+ env :
22+ - name : MB_KEYSTORE_PASSWORD
23+ valueFrom :
24+ secretKeyRef :
25+ name : mb-keystore-password
26+ key : password
27+ - name : MB_TRUSTSTORE_PASSWORD
28+ valueFrom :
29+ secretKeyRef :
30+ name : mb-truststore-password
31+ key : password
2032 volumeMounts :
2133 - name : keystore
2234 mountPath : /etc/wlp/config/keystore
@@ -27,18 +39,16 @@ spec:
2739 volumes :
2840 - name : keystore
2941 secret :
30- secretName : wlp -keystore
42+ secretName : mb -keystore
3143 - name : truststore
3244 secret :
33- secretName : wlp -truststore
45+ secretName : mb -truststore
3446 - name : liberty-config
3547 configMap :
3648 name : liberty-config
3749 items :
3850 - key : keystore.xml
3951 path : defaults/keystore.xml
40- - key : logging.xml
41- path : defaults/logging.xml
4252---
4353apiVersion : v1
4454kind : Service
Original file line number Diff line number Diff line change 1717 image : docker.io/ishangulhane/microservice-speaker
1818 ports :
1919 - containerPort : 9080
20+ imagePullPolicy : Always
21+ env :
22+ - name : MB_KEYSTORE_PASSWORD
23+ valueFrom :
24+ secretKeyRef :
25+ name : mb-keystore-password
26+ key : password
27+ - name : MB_TRUSTSTORE_PASSWORD
28+ valueFrom :
29+ secretKeyRef :
30+ name : mb-truststore-password
31+ key : password
2032 volumeMounts :
2133 - name : keystore
2234 mountPath : /etc/wlp/config/keystore
@@ -27,18 +39,16 @@ spec:
2739 volumes :
2840 - name : keystore
2941 secret :
30- secretName : wlp -keystore
42+ secretName : mb -keystore
3143 - name : truststore
3244 secret :
33- secretName : wlp -truststore
45+ secretName : mb -truststore
3446 - name : liberty-config
3547 configMap :
3648 name : liberty-config
3749 items :
3850 - key : keystore.xml
3951 path : defaults/keystore.xml
40- - key : logging.xml
41- path : defaults/logging.xml
4252---
4353apiVersion : v1
4454kind : Service
Original file line number Diff line number Diff line change 1717 image : docker.io/ishangulhane/microservice-vote
1818 ports :
1919 - containerPort : 9080
20+ imagePullPolicy : Always
21+ env :
22+ - name : MB_KEYSTORE_PASSWORD
23+ valueFrom :
24+ secretKeyRef :
25+ name : mb-keystore-password
26+ key : password
27+ - name : MB_TRUSTSTORE_PASSWORD
28+ valueFrom :
29+ secretKeyRef :
30+ name : mb-truststore-password
31+ key : password
2032 volumeMounts :
2133 - name : keystore
2234 mountPath : /etc/wlp/config/keystore
@@ -27,18 +39,16 @@ spec:
2739 volumes :
2840 - name : keystore
2941 secret :
30- secretName : wlp -keystore
42+ secretName : mb -keystore
3143 - name : truststore
3244 secret :
33- secretName : wlp -truststore
45+ secretName : mb -truststore
3446 - name : liberty-config
3547 configMap :
3648 name : liberty-config
3749 items :
3850 - key : keystore.xml
3951 path : defaults/keystore.xml
40- - key : logging.xml
41- path : defaults/logging.xml
4252---
4353apiVersion : v1
4454kind : Service
You can’t perform that action at this time.
0 commit comments