REFACTOR(minio): rename custom console Service

- to minio-console-ui
- Avoids conflict with Helm chart's consoleService (minio-console)
- Update ingress to reference minio-console-ui
This commit is contained in:
2026-01-02 10:26:18 +09:00
parent 1ce9b8ab85
commit 427b45ddc6
2 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ spec:
apiVersion: v1
kind: Service
metadata:
name: minio-console
name: minio-console-ui
namespace: minio
spec:
selector:

View File

@@ -45,7 +45,7 @@ spec:
pathType: Prefix
backend:
service:
name: minio-console
name: minio-console-ui
port:
number: 9090
- host: minio0213.kro.kr
@@ -55,6 +55,6 @@ spec:
pathType: Prefix
backend:
service:
name: minio-console
name: minio-console-ui
port:
number: 9090