Update deployment.yaml with environment variables
This commit is contained in:
@ -13,10 +13,17 @@ spec:
|
|||||||
app: apkt-eis
|
app: apkt-eis
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: apkt-eis
|
- name: apkt-eis
|
||||||
image: defuj/apkt-eis:latest
|
image: defuj/apkt-eis:latest
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
env:
|
||||||
|
- name: VITE_BASE_URL
|
||||||
|
value: "http://localhost:5173"
|
||||||
|
- name: VITE_APP_VERSION
|
||||||
|
value: "0.0.1"
|
||||||
|
- name: VITE_APP_NAME
|
||||||
|
value: "Executive Information System"
|
||||||
---
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
Reference in New Issue
Block a user