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 structure of helm chart minio #19

Merged
merged 1 commit into from
Feb 25, 2024
Merged

adjust structure of helm chart minio #19

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

@@ -28,36 +28,38 @@

     cleanupOnFail: true
     remediation:
       retries: 3
   values:
     controllers:
       main:
-        args:
-        - server
-        - /data
-        - --console-address
-        - :9001
-        env:
-          MINIO_BROWSER_REDIRECT_URL: https://minio.${SECRET_DOMAIN}
-          MINIO_SERVER_URL: https://s3.${SECRET_DOMAIN}
-          MINIO_UPDATE: 'off'
-          TZ: America/Denver
-        envFrom:
-        - secretRef:
-            name: minio-secret
-        image:
-          repository: quay.io/minio/minio
-          tag: RELEASE.2023-05-04T21-44-30Z
-        resources:
-          limits:
-            memory: 750Mi
-          requests:
-            cpu: 100m
-            memory: 100Mi
-          startup:
-            enabled: false
+        containers:
+          main:
+            args:
+            - server
+            - /data
+            - --console-address
+            - :9001
+            env:
+              MINIO_BROWSER_REDIRECT_URL: https://minio.${SECRET_DOMAIN}
+              MINIO_SERVER_URL: https://s3.${SECRET_DOMAIN}
+              MINIO_UPDATE: 'off'
+              TZ: America/Denver
+            envFrom:
+            - secretRef:
+                name: minio-secret
+            image:
+              repository: quay.io/minio/minio
+              tag: RELEASE.2023-05-04T21-44-30Z
+            resources:
+              limits:
+                memory: 750Mi
+              requests:
+                cpu: 100m
+                memory: 100Mi
+              startup:
+                enabled: false
     ingress:
       main:
         ClassName: internal
         enabled: true
         hosts:
         - host: minio.${SECRET_DOMAIN}

@jgilfoil jgilfoil merged commit 54e08d7 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