File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,5 +7,4 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflag
7
7
FROM scratch
8
8
COPY --from=builder /build/main /app/
9
9
WORKDIR /app
10
- USER scratchuser
11
10
ENTRYPOINT ["./main" ]
Original file line number Diff line number Diff line change 32
32
imagePullPolicy : {{ .Values.image.pullPolicy }}
33
33
args :
34
34
- " --config"
35
- - " /config.json"
35
+ - " /var/ config.json"
36
36
- " --port"
37
37
- " 8080"
38
38
ports :
51
51
{{- toYaml .Values.resources | nindent 12 }}
52
52
volumeMounts :
53
53
- name : config
54
- mountPath : " /"
54
+ mountPath : " /var/ "
55
55
readOnly : true
56
56
volumes :
57
57
- name : config
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ replicaCount: 1
3
3
image :
4
4
repository : quay.io/xenitab/azdo-git-proxy
5
5
pullPolicy : IfNotPresent
6
- tag : " 0.1.0 "
6
+ tag : " "
7
7
8
8
imagePullSecrets : []
9
9
nameOverride : " "
You can’t perform that action at this time.
0 commit comments