Skip to content

Commit

Permalink
chart: fix the deployment command
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <me@muvaf.com>
  • Loading branch information
muvaf committed May 15, 2024
1 parent d680c7a commit 06b1ed7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,9 @@ spec:
serviceAccountName: crik-node-state-server
securityContext:
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
containers:
- name: main
image: "{{ .Values.nodeStateServer.image.repository }}:{{ .Values.nodeStateServer.image.tag }}"
command:
- /manager
args:
- --metrics-port=8080
- --health-probes-port=8081
Expand Down

0 comments on commit 06b1ed7

Please sign in to comment.