diff --git a/index.yaml b/index.yaml index dd27f00..281e0cb 100644 --- a/index.yaml +++ b/index.yaml @@ -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 @@ -18,7 +18,7 @@ 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: @@ -26,7 +26,7 @@ entries: 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 @@ -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" diff --git a/ki-selfhost-operator-0.1.1.tgz b/ki-selfhost-operator-0.1.1.tgz index 8a07401..bf34bc8 100644 Binary files a/ki-selfhost-operator-0.1.1.tgz and b/ki-selfhost-operator-0.1.1.tgz differ diff --git a/ki-selfhost-operator/templates/deployment.yaml b/ki-selfhost-operator/templates/deployment.yaml index 579d28b..c234177 100644 --- a/ki-selfhost-operator/templates/deployment.yaml +++ b/ki-selfhost-operator/templates/deployment.yaml @@ -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: diff --git a/ki-selfhost-operator/values.yaml b/ki-selfhost-operator/values.yaml index bf84b06..9bb89fd 100644 --- a/ki-selfhost-operator/values.yaml +++ b/ki-selfhost-operator/values.yaml @@ -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: diff --git a/quire-0.1.0.tgz b/quire-0.1.0.tgz index 8840ff6..a0fc386 100644 Binary files a/quire-0.1.0.tgz and b/quire-0.1.0.tgz differ