fix(helm): service same then in ingress

This commit is contained in:
genofire 2023-01-18 03:29:44 +01:00
parent 09c49f99ae
commit c31bda580a
2 changed files with 2 additions and 2 deletions

View file

@ -13,5 +13,5 @@ spec:
ports:
- name: http
protocol: TCP
port: 8008
port: {{ .Values.service.port }}
targetPort: 8008

View file

@ -347,4 +347,4 @@ ingress:
service:
type: ClusterIP
port: 80
port: 8008