mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-21 14:03:21 -05:00
fix api port
This commit is contained in:
parent
e17e969bfe
commit
a86c361825
@ -108,7 +108,7 @@ spec:
|
||||
{{- end }}
|
||||
ports:
|
||||
- name: main
|
||||
containerPort: 5000
|
||||
containerPort: 3567
|
||||
protocol: TCP
|
||||
{{- with .Values.api.kyoo_api.livenessProbe }}
|
||||
livenessProbe:
|
||||
|
||||
@ -16,8 +16,8 @@ metadata:
|
||||
spec:
|
||||
type: {{ .Values.api.service.type }}
|
||||
ports:
|
||||
- port: 5000
|
||||
targetPort: 5000
|
||||
- port: 3567
|
||||
targetPort: 3567
|
||||
protocol: TCP
|
||||
name: main
|
||||
selector:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user