Skip to content

Commit

Permalink
Add console to hazelcast network headless service
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Nov 7, 2024
1 parent c0bbaca commit af1418c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/frank-console/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: frank-console
description: The Frank!Framework console is a web application that allows you to manage multiple instances of Frank!Framework from a single console.
version: 0.5.0
version: 0.5.1
appVersion: "8.3.0-SNAPSHOT"
type: application
home: https://frankframework.org
Expand Down
1 change: 1 addition & 0 deletions charts/frank-console/templates/_labels.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Selector labels
{{- define "frank-console.selectorLabels" -}}
app.kubernetes.io/name: {{ include "frank-console.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
frankframework/hazelcast: {{ .Release.Name }}
{{- end -}}
6 changes: 3 additions & 3 deletions charts/frank2example/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: frankframework
repository: file://../frankframework
version: 0.5.1
digest: sha256:4ebe357f868b8a9893d46ebb67fbebc2f86388d18b51a9484fb0c765cc974eca
generated: "2024-10-22T13:36:32.3436931+02:00"
version: 0.5.2
digest: sha256:823c1ffcab9ef32877d9fa3bcd16e121d6b7e647219356177addc98f27418d85
generated: "2024-11-07T15:49:41.1849908+01:00"
4 changes: 2 additions & 2 deletions charts/frank2example/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: frank2example
description: A Helm chart for running Frank2Example on Kubernetes
version: 0.5.1
version: 0.5.2
type: application
home: https://frankframework.org
icon: https://raw.githubusercontent.com/frankframework/charts/master/charts/frank2example/icon.svg
Expand All @@ -11,5 +11,5 @@ keywords:

dependencies:
- name: frankframework
version: 0.5.1
version: 0.5.2
repository: file://../frankframework
6 changes: 3 additions & 3 deletions charts/frankframework/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: frank-console
repository: file://../frank-console
version: 0.5.0
version: 0.5.1
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 16.0.0
digest: sha256:0f2675239e7268361427aed374d46796b0ea3caa40f35ad2f70acfff26845b94
generated: "2024-10-09T13:28:43.5106639+02:00"
digest: sha256:7ea45ea8b7ce5aa511f68eafae944246de2296b4a0f986ba9039a935ba7f528d
generated: "2024-11-07T16:02:11.3758001+01:00"
4 changes: 2 additions & 2 deletions charts/frankframework/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: frankframework
description: A Helm chart for running the Frank!Framework on Kubernetes
version: 0.5.1
version: 0.5.2
appVersion: "8.3.0-SNAPSHOT"
type: application
home: https://frankframework.org
Expand All @@ -15,7 +15,7 @@ keywords:

dependencies:
- name: frank-console
version: 0.5.0
version: 0.5.1
alias: console
condition: console.enabled
repository: file://../frank-console
Expand Down
1 change: 1 addition & 0 deletions charts/frankframework/templates/_labels.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ Selector labels
{{- define "frankframework.selectorLabels" -}}
app.kubernetes.io/name: {{ include "frankframework.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
frankframework/hazelcast: {{ .Release.Name }}
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ data:
<kubernetes enabled="true" service-dns="{{ .Release.Name }}-hazelcast.{{ .Release.Namespace }}.svc.cluster.local" />
</join>
</network>
<partition-group enabled="true" group-type="ZONE_AWARE" />
</hazelcast>
{{- end -}}
3 changes: 2 additions & 1 deletion charts/frankframework/templates/service.hazelcast.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ spec:
type: ClusterIP
clusterIP: None
selector:
{{- include "frankframework.selectorLabels" . | nindent 4 }}
app.kubernetes.io/instance: {{ .Release.Name }}
frankframework/hazelcast: {{ .Release.Name }}
ports:
- name: hazelcast
port: 5701
Expand Down

0 comments on commit af1418c

Please sign in to comment.