fix: correctif cicd

This commit is contained in:
Max batleforc 2024-06-28 03:06:16 +02:00
parent 101b534386
commit 1332f91bda
No known key found for this signature in database
GPG Key ID: 25D243AB4B6AC9E7

View File

@ -35,8 +35,7 @@ spec:
- name: "{{ .Chart.Name }}-{{- template "mychart.name" . -}}-surrealdb"
image: "surrealdb/surrealdb:latest"
imagePullPolicy: Always
command: ["/bin/sh"]
args: ["-c", "surrealdb start"]
command: ["surrealdb start"]
ports:
- containerPort: 8000
name: http