fix
This commit is contained in:
@@ -2,6 +2,6 @@ apiVersion: v2
|
||||
name: timetracker
|
||||
description: A Helm chart for the TimeTracker application
|
||||
type: application
|
||||
version: 1.0.0
|
||||
version: 1.0.3
|
||||
appVersion: "1.0.0"
|
||||
dependencies: []
|
||||
dependencies: []
|
||||
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
imagePullPolicy: {{ .Values.frontend.image.pullPolicy }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 80
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
|
||||
@@ -26,14 +26,6 @@ spec:
|
||||
name: {{ include "timetracker.fullname" $ }}-backend
|
||||
port:
|
||||
number: {{ $.Values.backend.service.port }}
|
||||
# Auth routes
|
||||
- path: /auth
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: {{ include "timetracker.fullname" $ }}-backend
|
||||
port:
|
||||
number: {{ $.Values.backend.service.port }}
|
||||
# Frontend (catch-all)
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
|
||||
Reference in New Issue
Block a user