Update deployment.yaml with environment variables
This commit is contained in:
parent
6c7d4ae6cd
commit
75a7566cc1
@ -17,6 +17,13 @@ spec:
|
|||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user