Skip to content

Commit

Permalink
Switch from tarantool to wstore
Browse files Browse the repository at this point in the history
  • Loading branch information
nedvna committed Jan 15, 2025
1 parent 4d015ce commit 3e48e0b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/helm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Publish Helm
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+\+upstream*'
- '[0-9]+.[0-9]+.[0-9]+-rc*'
- '[0-9]+.[0-9]+.[0-9]+.*'

permissions:
contents: read
Expand Down
3 changes: 3 additions & 0 deletions charts/ingress-nginx/templates/tarantool-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ spec:
{{- toYaml (index .Values "controller" "wallarm" "tarantool" "extraEnvs") | nindent 12 }}
{{- end }}
securityContext: {{ include "ingress-nginx.controller.containerSecurityContext" . | nindent 12 }}
volumeMounts:
- mountPath: /opt/wallarm/etc/wallarm
name: wallarm
livenessProbe:
tcpSocket:
port: {{ template "ingress-nginx.wallarmTarantoolPort" . }}
Expand Down
3 changes: 3 additions & 0 deletions charts/ingress-nginx/templates/tarantool-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ spec:
{{- toYaml (index .Values "controller" "wallarm" "tarantool" "extraEnvs") | nindent 12 }}
{{- end }}
securityContext: {{ include "ingress-nginx.controller.containerSecurityContext" . | nindent 12 }}
volumeMounts:
- mountPath: /opt/wallarm/etc/wallarm
name: wallarm
livenessProbe:
tcpSocket:
port: {{ template "ingress-nginx.wallarmTarantoolPort" . }}
Expand Down
2 changes: 1 addition & 1 deletion charts/ingress-nginx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,7 @@ controller:
## The image name and tag for the helper image
##
image: docker.io/wallarm/node-helpers
tag: 5.2.11
tag: 5.3.0-wstore
tarantool:
kind: Deployment
service:
Expand Down

0 comments on commit 3e48e0b

Please sign in to comment.