use clusterip

This commit is contained in:
2025-04-06 20:28:59 +02:00
parent dbb6381898
commit e93179896b
4 changed files with 35 additions and 5 deletions

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: panic-minio-console
namespace: minio-tenant
labels:
app: minio
spec:
type: ClusterIP
selector:
v1.min.io/tenant: panic-minio
ports:
- name: https-console
port: 9443
targetPort: 9443
protocol: TCP