You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "albinvass (via GitHub)" <gi...@apache.org> on 2023/05/15 11:28:27 UTC

[GitHub] [incubator-devlake-helm-chart] albinvass commented on a diff in pull request #130: Run devlake as a deployment instead of statefulset

albinvass commented on code in PR #130:
URL: https://github.com/apache/incubator-devlake-helm-chart/pull/130#discussion_r1193702963


##########
charts/devlake/templates/deployments.yaml:
##########
@@ -206,3 +206,113 @@ spec:
             path: {{ .Values.option.localtime }}
             type: File
         {{- end }}
+---
+# devlake
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+  name: {{ include "devlake.fullname" . }}-lake
+  labels:
+    {{- include "devlake.labels" . | nindent 4 }}
+spec:
+  replicas: 1
+  serviceName: {{ include "devlake.fullname" . }}-lake

Review Comment:
   ```suggestion
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org