Update deployment.yaml with environment variables
This commit is contained in:
parent
6c7d4ae6cd
commit
75a7566cc1
@ -13,10 +13,17 @@ spec:
|
||||
app: apkt-eis
|
||||
spec:
|
||||
containers:
|
||||
- name: apkt-eis
|
||||
- name: apkt-eis
|
||||
image: defuj/apkt-eis:latest
|
||||
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
|
||||
kind: Service
|
||||
|
Loading…
x
Reference in New Issue
Block a user