release 3.5.3

This commit is contained in:
ByeonJungHun
2023-08-25 15:24:00 +09:00
parent 9ba441e280
commit 94de112005
59 changed files with 495 additions and 158 deletions

View File

@@ -1,4 +1,4 @@
---
--
- name: 1. yaml file install (sc, pv)
kubernetes.core.k8s:
state: present
@@ -18,13 +18,13 @@
release_state: present
values_files:
- "{{ role_path }}/files/01-storage/{{item}}/values.yaml"
values:
image:
repository: "{{ REGISTRY }}/cmoa3/minio"
imagePullSecrets:
- name: "{{ PullSecret }}"
mcImage:
repository: "{{ REGISTRY }}/cmoa3/mc"
#values:
# image:
# repository: "{{ REGISTRY }}/cmoa3/minio"
# imagePullSecrets:
# - name: "{{ PullSecret }}"
# mcImage:
# repository: "{{ REGISTRY }}/cmoa3/mc"
with_items:
- minio
@@ -49,4 +49,4 @@
command: "{{ role_path }}/files/k8s_status {{ cmoa_namespace }}"
- name: 5. minio setting (minio)
command: "{{ role_path }}/files/01-storage/cmoa_minio {{ ansible_default_ipv4.address }}:{{ minio_nodePort }} {{ minio_user }} {{ bucket_name }} {{ days }} {{ rule_id }}"
command: "{{ role_path }}/files/01-storage/cmoa_minio {{ ansible_default_ipv4.address }}:{{ minio_nodePort }} {{ minio_user }} {{ bucket_name }} {{ days }} {{ rule_id }}"