⬆️ 0.1.8 Configure backend
This commit is contained in:
parent
df722a85e2
commit
4cd5e360aa
@ -1,3 +1,3 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kubooboo-chart
|
name: kubooboo-chart
|
||||||
version: 0.1.7
|
version: 0.1.8
|
||||||
@ -25,3 +25,6 @@ spec:
|
|||||||
image: harbor.dinauer.dev/kubooboo/frontend:8
|
image: harbor.dinauer.dev/kubooboo/frontend:8
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
|
env:
|
||||||
|
- name: NUXT_PUBLIC_API_BASE
|
||||||
|
value: https://kubooboo.dinauer.dev/api
|
||||||
@ -17,3 +17,10 @@ spec:
|
|||||||
name: frontend
|
name: frontend
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
|
- path: /api
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: backend
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
Loading…
x
Reference in New Issue
Block a user