add svc
parent
0323d4cb44
commit
f199a8492e
|
@ -37,7 +37,6 @@ spec:
|
|||
containers:
|
||||
- name: recruiting-command
|
||||
image: beaconfireiic/recruiting-command:1.1.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -127,7 +126,6 @@ spec:
|
|||
containers:
|
||||
- name: recruiting-query
|
||||
image: beaconfireiic/recruiting-query:1.1.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -217,7 +215,6 @@ spec:
|
|||
containers:
|
||||
- name: recruiting-config
|
||||
image: beaconfireiic/recruiting-config:1.1.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
|
|
@ -37,7 +37,6 @@ spec:
|
|||
containers:
|
||||
- name: time-sheet-command
|
||||
image: beaconfireiic/time-sheet-command:1.0.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -127,7 +126,6 @@ spec:
|
|||
containers:
|
||||
- name: time-sheet-query
|
||||
image: beaconfireiic/time-sheet-query:1.0.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -217,7 +215,6 @@ spec:
|
|||
containers:
|
||||
- name: time-sheet-config
|
||||
image: beaconfireiic/time-sheet-config:1.0.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
|
|
@ -37,7 +37,6 @@ spec:
|
|||
containers:
|
||||
- name: recruiting-command
|
||||
image: beaconfireiic/recruiting-command:1.1.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -127,7 +126,6 @@ spec:
|
|||
containers:
|
||||
- name: recruiting-query
|
||||
image: beaconfireiic/recruiting-query:1.1.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -217,7 +215,6 @@ spec:
|
|||
containers:
|
||||
- name: recruiting-config
|
||||
image: beaconfireiic/recruiting-config:1.1.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
|
|
@ -37,7 +37,6 @@ spec:
|
|||
containers:
|
||||
- name: time-sheet-command
|
||||
image: beaconfireiic/time-sheet-command:1.0.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -127,7 +126,6 @@ spec:
|
|||
containers:
|
||||
- name: time-sheet-query
|
||||
image: beaconfireiic/time-sheet-query:1.0.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
@ -217,7 +215,6 @@ spec:
|
|||
containers:
|
||||
- name: time-sheet-config
|
||||
image: beaconfireiic/time-sheet-config:1.0.0-dev
|
||||
command: ["java", "-Djasypt.encryptor.password=secret", "-cp","app:app/lib/*","com.beaconfire.adminconsole.AdminConsoleApplication"]
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- name: http
|
||||
|
|
Loading…
Reference in New Issue