change prod to sdet
parent
10e40fb513
commit
a2c3fa5b41
|
@ -38,7 +38,7 @@ spec:
|
||||||
- name: "LOG_APP-NAME"
|
- name: "LOG_APP-NAME"
|
||||||
value: "discovery-service"
|
value: "discovery-service"
|
||||||
- name: "SPRING_PROFILES_ACTIVE"
|
- name: "SPRING_PROFILES_ACTIVE"
|
||||||
value: "prod"
|
value: "sdet"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: app-logs
|
- name: app-logs
|
||||||
mountPath: /logs
|
mountPath: /logs
|
||||||
|
@ -111,7 +111,7 @@ spec:
|
||||||
- name: "LOG_APP-NAME"
|
- name: "LOG_APP-NAME"
|
||||||
value: "gateway"
|
value: "gateway"
|
||||||
- name: "SPRING_PROFILES_ACTIVE"
|
- name: "SPRING_PROFILES_ACTIVE"
|
||||||
value: "prod"
|
value: "sdet"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: app-logs
|
- name: app-logs
|
||||||
mountPath: /logs
|
mountPath: /logs
|
||||||
|
|
Loading…
Reference in New Issue