update auth
parent
0bb8f3f554
commit
e6fd63ce2b
|
@ -24,7 +24,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: auth
|
- name: auth
|
||||||
image: beaconfireiic/auth:1.1.1-prod
|
image: beaconfireiic/auth:1.1.1-prod
|
||||||
command: ["java", "-Djasypt.encryptor.password=beaconfire", "-cp","app:app/lib/*","com.beaconfire.auth.AuthApplication"]
|
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.auth.AuthApplication"]
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|
Loading…
Reference in New Issue