update auth
parent
0bb8f3f554
commit
e6fd63ce2b
|
@ -24,7 +24,7 @@ spec:
|
|||
containers:
|
||||
- name: auth
|
||||
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
|
||||
ports:
|
||||
- name: http
|
||||
|
|
Loading…
Reference in New Issue