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

@@ -8,3 +8,5 @@ resources:
- secret.yaml
- tenant.yaml
- ingress.yaml
- svc-minio.yaml
- svc-minio-console.yaml

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

View File

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

View File

@@ -10,11 +10,7 @@ metadata:
name: panic-minio
namespace: minio-tenant
spec:
exposeServices:
console:
type: ClusterIP
minio:
type: ClusterIP
exposeServices: {}
imagePullPolicy: IfNotPresent
certConfig: {}
configuration: