Merge pull request 'Changed piston ui image source' (#52) from dev into main
Reviewed-on: #52
This commit was merged in pull request #52.
This commit is contained in:
@@ -61,11 +61,11 @@ spec:
|
|||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: "2Gi"
|
memory: "2Gi"
|
||||||
- name: ui
|
- name: ui
|
||||||
image: thitpraphan/piston-web:latest
|
image: m9sweeper/piston-admin:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
env:
|
env:
|
||||||
- name: PISTON_API_URL
|
- name: PISTON_URL
|
||||||
value: "http://localhost:2000"
|
value: "http://localhost:2000"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
@@ -92,5 +92,5 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
port: 80
|
port: 80
|
||||||
targetPort: 80
|
targetPort: 80
|
||||||
nodePort: 31003
|
nodePort: 31003
|
||||||
|
|||||||
Reference in New Issue
Block a user