use clusterip
This commit is contained in:
@@ -8,3 +8,5 @@ resources:
|
|||||||
- secret.yaml
|
- secret.yaml
|
||||||
- tenant.yaml
|
- tenant.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
|
- svc-minio.yaml
|
||||||
|
- svc-minio-console.yaml
|
||||||
|
|||||||
16
deploy/minio-tenant/svc-minio-console.yaml
Normal file
16
deploy/minio-tenant/svc-minio-console.yaml
Normal 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
|
||||||
16
deploy/minio-tenant/svc-minio.yaml
Normal file
16
deploy/minio-tenant/svc-minio.yaml
Normal 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
|
||||||
@@ -10,11 +10,7 @@ metadata:
|
|||||||
name: panic-minio
|
name: panic-minio
|
||||||
namespace: minio-tenant
|
namespace: minio-tenant
|
||||||
spec:
|
spec:
|
||||||
exposeServices:
|
exposeServices: {}
|
||||||
console:
|
|
||||||
type: ClusterIP
|
|
||||||
minio:
|
|
||||||
type: ClusterIP
|
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
certConfig: {}
|
certConfig: {}
|
||||||
configuration:
|
configuration:
|
||||||
|
|||||||
Reference in New Issue
Block a user