Skip to content

Commit 8b090e5

Browse files
committed
feat: Update deployment configuration to reflect new app name
1 parent fe759d5 commit 8b090e5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ FROM ubuntu:22.04
22
WORKDIR /app
33
COPY target/release/GitDataOS .
44
RUN chmod +x GitDataOS
5-
RUN rm -rf /tmps
65
CMD ["/app/GitDataOS"]

vite-project/charts/templates/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
apptype: gitdataweb
1818
spec:
1919
containers:
20-
- name: gitdata-ui
20+
- name: gitdataweb
2121
image: {{ .Values.image }}
2222
imagePullPolicy: Always
2323
ports:

0 commit comments

Comments
 (0)