Skip to content

Commit

Permalink
add cli + add fm.127.0.0.1.nip.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Chlebec committed Oct 20, 2023
1 parent 5767996 commit 9e8325e
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
5 changes: 3 additions & 2 deletions charts/frinx-machine/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ dependencies:

- condition: uniconfig.enabled
name: uniconfig
repository: https://FRINXio.github.io/helm-charts
version: 5.0.1
# repository: https://FRINXio.github.io/helm-charts
repository: "file://../uniconfig"
version: 5.1.0

- condition: demo-workflows.enabled
name: demo-workflows
Expand Down
7 changes: 7 additions & 0 deletions charts/frinx-machine/localhost-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,10 @@ demo-workflows:

sample-topology:
enabled: true

krakend:
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
host: "fm.127.0.0.1.nip.io"
2 changes: 1 addition & 1 deletion charts/uniconfig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: uniconfig
version: 5.0.1
version: 5.1.0
description: A Helm chart for UniConfig Kubernetes deployment
type: application
home: https://github.com/FRINXio/helm-charts
Expand Down
3 changes: 3 additions & 0 deletions charts/uniconfig/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
- name: cli-shell
containerPort: 2022
protocol: TCP
livenessProbe:
exec:
command:
Expand Down
4 changes: 4 additions & 0 deletions charts/uniconfig/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,9 @@ spec:
targetPort: http
protocol: TCP
name: http
- port: 2022
targetPort: cli-shell
protocol: TCP
name: cli-shell
selector:
{{- include "uniconfig.selectorLabels" . | nindent 4 }}

0 comments on commit 9e8325e

Please sign in to comment.