Skip to content

Commit

Permalink
Test alfresco-connector-hxi with probes (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Sep 25, 2024
1 parent c4ebee8 commit 73ec16d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/alfresco-connector-hxi/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: alfresco-connector-hxi
description: A Helm chart for deploying Alfresco connector hxi services
type: application
version: 0.1.0-alpha.1
version: 0.1.0-alpha.2
appVersion: 1.0.0
dependencies:
- name: alfresco-common
Expand Down
2 changes: 1 addition & 1 deletion charts/alfresco-connector-hxi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parent: Charts Reference

# alfresco-connector-hxi

![Version: 0.1.0-alpha.1](https://img.shields.io/badge/Version-0.1.0--alpha.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 0.1.0-alpha.2](https://img.shields.io/badge/Version-0.1.0--alpha.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

A Helm chart for deploying Alfresco connector hxi services

Expand Down
6 changes: 1 addition & 5 deletions charts/alfresco-connector-hxi/ci/default-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ liveIngester:
limits:
cpu: "1"
memory: "500Mi"
livenessProbe: null
readinessProbe: null
bulkIngester:
resources:
requests:
Expand All @@ -26,8 +24,6 @@ predictionApplier:
limits:
cpu: "1"
memory: "1Gi"
livenessProbe: null
readinessProbe: null
activemq:
fullnameOverride: activemq
resources:
Expand All @@ -42,7 +38,7 @@ db:
messageBroker:
url: nio://activemq-broker:61616
repository:
url: http://repository
versionOverride: '23.3.0'
ats:
sfsUrl: http://alfresco-transform-services-sfs
hxi:
Expand Down

0 comments on commit 73ec16d

Please sign in to comment.