Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust ingress service names for minio #20

Merged
merged 1 commit into from
Feb 25, 2024
Merged

adjust ingress service names for minio #20

merged 1 commit into from
Feb 25, 2024

Conversation

jgilfoil
Copy link
Owner

No description provided.

Copy link

--- kubernetes/apps/storage/minio/app Kustomization: flux-system/minio HelmRelease: storage/minio

+++ kubernetes/apps/storage/minio/app Kustomization: flux-system/minio HelmRelease: storage/minio

@@ -64,12 +64,13 @@

         hosts:
         - host: minio.${SECRET_DOMAIN}
           paths:
           - path: /
             pathType: Prefix
             service:
+              name: main
               port: 9001
         tls:
         - hosts:
           - minio.${SECRET_DOMAIN}
       s3:
         className: internal
@@ -77,12 +78,13 @@

         hosts:
         - host: s3.${SECRET_DOMAIN}
           paths:
           - path: /
             pathType: Prefix
             service:
+              name: api
               port: 9000
         tls:
         - hosts:
           - s3.${SECRET_DOMAIN}
     persistence:
       config:

@jgilfoil jgilfoil merged commit a649909 into main Feb 25, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant