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 14, 2025
1 parent 4d015ce commit 5aea6b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
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 5aea6b2

Please sign in to comment.