Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ianibo committed Oct 4, 2024
1 parent 7dccf97 commit 78b65d9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
12 changes: 6 additions & 6 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ entries:
ki-selfhost-operator:
- apiVersion: v2
appVersion: 1.0.0
created: "2024-10-04T08:38:48.499291963+01:00"
created: "2024-10-04T08:59:00.116067331+01:00"
dependencies:
- condition: postgresOperator.enabled
name: pgo
Expand All @@ -18,15 +18,15 @@ entries:
repository: https://helm.elastic.co
version: 2.14.0
description: A Helm chart the Knowledge Integration Self-Hosting Operator
digest: 6e70c04125f59faf4f0fe2c1b0e064936b02320ef9b24c74498f434b9a8a8c16
digest: c0c2bc559f2c744c2d9ce97b3974a2b7f2742d7e2d42a6fabcaced3eb7c2ad24
name: ki-selfhost-operator
type: application
urls:
- ki-selfhost-operator-0.1.1.tgz
version: 0.1.1
- apiVersion: v2
appVersion: 1.16.0
created: "2024-10-04T08:38:48.423528801+01:00"
created: "2024-10-04T08:59:00.060458433+01:00"
description: A Helm chart for Kubernetes
digest: fb309156e9202e7975a318d602e6e173d94ef27642faf4031c05bf2d6daaa90c
name: ki-selfhost-operator
Expand All @@ -37,12 +37,12 @@ entries:
quire:
- apiVersion: v2
appVersion: native-0.1
created: "2024-10-04T08:38:48.500467354+01:00"
created: "2024-10-04T08:59:00.116794848+01:00"
description: A Helm chart to provision a Quire instance
digest: 2da68a33bb8763cb8b03c30e518594eb1698852cd81a032c44e3b2e1ab3193c2
digest: ec638c2d5a85c56b732069ce0b716de2b56746303dfa845d5d98edb17ee630fb
name: quire
type: application
urls:
- quire-0.1.0.tgz
version: 0.1.0
generated: "2024-10-04T08:38:48.422001931+01:00"
generated: "2024-10-04T08:59:00.058894802+01:00"
Binary file modified ki-selfhost-operator-0.1.1.tgz
Binary file not shown.
3 changes: 3 additions & 0 deletions ki-selfhost-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
- name: javahttp
containerPort: 8080
protocol: TCP
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 12 }}
readinessProbe:
Expand Down
4 changes: 2 additions & 2 deletions ki-selfhost-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ resources: {}
livenessProbe:
httpGet:
path: /health/liveness
port: http
port: javahttp
readinessProbe:
httpGet:
path: /health/readiness
port: http
port: javahttp

#This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
autoscaling:
Expand Down
Binary file modified quire-0.1.0.tgz
Binary file not shown.

0 comments on commit 78b65d9

Please sign in to comment.