release 3.5.1

This commit is contained in:
root
2023-05-18 12:38:30 +09:00
parent 5e09b62914
commit cac86d540f
69 changed files with 74 additions and 4 deletions

0
roles/cmoa_install/files/05-imxc/Chart.yaml Normal file → Executable file
View File

0
roles/cmoa_install/files/05-imxc/cmoa-manual.yaml Normal file → Executable file
View File

View File

View File

View File

View File

0
roles/cmoa_install/files/05-imxc/scripts/init.json Normal file → Executable file
View File

View File

View File

View File

View File

@@ -33,6 +33,6 @@ spec:
- name: TABLE_PREFIX
value: {{ .Values.global.TABLE_PREFIX }}
- name: BLACK_LIST
value: {{ .Values.global.BLACK_LIST }}
value: {{ .Values.global.BLACK_LIST_BATCH }}
- name: DELETE_HOUR
value: '{{ .Values.global.DELETE_HOUR }}'

View File

@@ -6,7 +6,7 @@ metadata:
labels:
app: cmoa-kube-info-connector
spec:
replicas: 1
replicas: 5
selector:
matchLabels:
app: cmoa-kube-info-connector

View File

@@ -27,7 +27,7 @@ spec:
- name: TABLE_PREFIX
value: {{ .Values.global.TABLE_PREFIX }}
- name: BLACK_LIST
value: {{ .Values.global.BLACK_LIST }}
value: {{ .Values.global.BLACK_LIST_FALT }}
resources:
limits:
memory: 1Gi

View File

View File

View File

View File

View File

View File

View File

View File

3
roles/cmoa_install/files/05-imxc/values.yaml Normal file → Executable file
View File

@@ -153,6 +153,7 @@ global:
KAFKA_INPUT_TOPIC: 'kubernetes_info'
TABLE_PREFIX: 'cmoa_'
BLACK_LIST: 'cronjob_active,endpoint_base,endpoint_addresses,endpoint_notreadyaddresses,endpoint_ports,event_base,node_image,resourcequota_base,resourcequota_scopeselector,storageclass_base,ingress_base'
BLACK_LIST_BATCH: 'cronjob_active,endpoint_base,endpoint_addresses,endpoint_notreadyaddresses,endpoint_ports,event_base,node_image,resourcequota_base,resourcequota_scopeselector'
BLACK_LIST_FLAT: 'cronjob_active,endpoint_base,endpoint_addresses,endpoint_notreadyaddresses,endpoint_ports,event_base,node_image,resourcequota_base,resourcequota_scopeselector,storageclass_base,ingress_base'
DELETE_HOUR: '15'
BACKLOGIN: false