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
77FROM scratch
88COPY --from=builder /build/main /app/
99WORKDIR /app
10- USER scratchuser
1110ENTRYPOINT ["./main" ]
Original file line number Diff line number Diff line change 3232 imagePullPolicy : {{ .Values.image.pullPolicy }}
3333 args :
3434 - " --config"
35- - " /config.json"
35+ - " /var/ config.json"
3636 - " --port"
3737 - " 8080"
3838 ports :
5151 {{- toYaml .Values.resources | nindent 12 }}
5252 volumeMounts :
5353 - name : config
54- mountPath : " /"
54+ mountPath : " /var/ "
5555 readOnly : true
5656 volumes :
5757 - name : config
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ replicaCount: 1
33image :
44 repository : quay.io/xenitab/azdo-git-proxy
55 pullPolicy : IfNotPresent
6- tag : " 0.1.0 "
6+ tag : " "
77
88imagePullSecrets : []
99nameOverride : " "
You can’t perform that action at this time.
0 commit comments