|
|
|
@ -77,7 +77,7 @@ spec: |
|
|
|
--- |
|
|
|
|
|
|
|
# Ingress description |
|
|
|
apiVersion: networking.k8s.io/v1beta1 |
|
|
|
apiVersion: networking.k8s.io/v1 |
|
|
|
kind: Ingress |
|
|
|
metadata: |
|
|
|
name: minio-dev-ingress |
|
|
|
@ -89,14 +89,21 @@ spec: |
|
|
|
- host: minio-api-dev.k3s.semapp.lan |
|
|
|
http: |
|
|
|
paths: |
|
|
|
- path: / |
|
|
|
backend: |
|
|
|
serviceName: minio-api |
|
|
|
servicePort: 9000 |
|
|
|
- backend: |
|
|
|
service: |
|
|
|
name: minio-api |
|
|
|
port: |
|
|
|
number: 9000 |
|
|
|
path: / |
|
|
|
pathType: ImplementationSpecific |
|
|
|
|
|
|
|
- host: minio-api-dev.semapp.lan |
|
|
|
http: |
|
|
|
paths: |
|
|
|
- path: / |
|
|
|
backend: |
|
|
|
serviceName: minio-api |
|
|
|
servicePort: 9000 |
|
|
|
- backend: |
|
|
|
service: |
|
|
|
name: minio-api |
|
|
|
port: |
|
|
|
number: 9000 |
|
|
|
path: / |
|
|
|
pathType: ImplementationSpecific |
|
|
|
|