Skip to content

Commit 39c7bae

Browse files
authored
Merge pull request #9 from nikser/master
Fix docker-registry-proxy port
2 parents d6fb7e7 + 485c365 commit 39c7bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/docker-registry-proxy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
imagePullPolicy: {{ .Values.image.pullPolicy }}
3131
ports:
3232
- name: http
33-
containerPort: 8081
33+
containerPort: 3128
3434
protocol: TCP
3535
livenessProbe:
3636
{{- toYaml .Values.livenessProbe | nindent 12 }}

0 commit comments

Comments
 (0)