Spinnaker deployment
[infra/stack/kubernetes.git] / apps / minio / roles / install / vars / main.yml
similarity index 71%
rename from apps/spinnaker/kubespray/playbooks/roles/install/vars/offline-deployment.yaml
rename to apps/minio/roles/install/vars/main.yml
index 2d8de91afc389b46a040c794e2fcd1146429b4ce..e7ef8b14ad34e908f815f48b7ceb00655b3a3367 100644 (file)
@@ -1,6 +1,6 @@
 ---
 # ============LICENSE_START=======================================================
-#  Copyright (C) 2019 The Nordix Foundation. All rights reserved.
+#  Copyright (C) 2022 The Nordix Foundation. All rights reserved.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # SPDX-License-Identifier: Apache-2.0
 # ============LICENSE_END=========================================================
 
-gcrio_image_repository: "{{ server_fqdn }}"
-helm_charts_git_url: "{{ engine_workspace }}/offline/git/charts"
-local_repo_url: "http://{{ server_fqdn }}/charts/local"
-stable_repo_url: "http://{{ server_fqdn }}/charts/stable"
+root_user: root
+root_password: password
 
-# vim: set ts=2 sw=2 expandtab:
+disk_size: 5Gi
+replicas: 4
+
+chart_repo: https://charts.min.io/
+container_mem_req: 256Mi
+
+users:
+  - accessKey: spinnaker
+    secretKey: spinnaker
+    # [readonly|readwrite|writeonly|consoleAdmin|diagnostics]
+    policy: consoleAdmin