Skip to content

Commit

Permalink
console port fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEsL committed Jan 15, 2025
1 parent 7570efd commit a726802
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/app/dbs/tmpl/minio/ingress-console.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ spec:
service:
name: {{ .Spec.Dbs.Minio.SvcName }}-console
port:
number: {{ .Spec.Dbs.Minio.Port }}
number: 9090
2 changes: 1 addition & 1 deletion pkg/app/dbs/tmpl/minio/route-console.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ metadata:
spec:
host: "{{ .Spec.Dbs.Minio.SvcName }}-console{{.Spec.Networking.ClusterDomainPrefix.Prefix}}.{{ .Spec.ClusterDomain }}"
port:
targetPort: {{ .Spec.Dbs.Minio.Port }}
targetPort: 9090
to:
kind: Service
name: {{ .Spec.Dbs.Minio.SvcName }}-console
Expand Down

0 comments on commit a726802

Please sign in to comment.