first commit
This commit is contained in:
@@ -18,6 +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"
|
||||
with_items:
|
||||
- minio
|
||||
|
||||
|
||||
@@ -27,6 +27,12 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/02-base/{{item}}/values.yaml"
|
||||
values:
|
||||
global:
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
rabbitmq:
|
||||
image:
|
||||
registry: "{{ REGISTRY }}/cmoa3"
|
||||
with_items:
|
||||
- base
|
||||
|
||||
|
||||
@@ -9,6 +9,28 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/04-keycloak/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/keycloak"
|
||||
imagePullSecrets:
|
||||
- name: "{{ PullSecret }}"
|
||||
extraInitContainers: |
|
||||
- name: theme-provider
|
||||
image: "{{ REGISTRY }}/cmoa3/theme-provider:latest"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
echo "Copying theme ..."
|
||||
cp -R /mytheme/* /theme
|
||||
pgchecker:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/busybox"
|
||||
volumeMounts:
|
||||
- name: theme
|
||||
mountPath: /theme
|
||||
with_items:
|
||||
- keycloak
|
||||
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/05-imxc/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/nginx"
|
||||
global:
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
with_items:
|
||||
- imxc
|
||||
|
||||
|
||||
@@ -9,6 +9,11 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/06-imxc-ui/{{ item }}/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/nginx"
|
||||
global:
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
with_items:
|
||||
- imxc-ui
|
||||
ignore_errors: true
|
||||
|
||||
@@ -3,8 +3,6 @@
|
||||
tags: worker-dir
|
||||
when: kubernetes_role == 'node'
|
||||
|
||||
#- include: helm-install.yml
|
||||
# tags: helm-install
|
||||
|
||||
- include: 00-default-settings-master.yml
|
||||
tags: default_setting
|
||||
|
||||
Reference in New Issue
Block a user