Skip to content

Commit d607bef

Browse files
author
noah
committed
Fix the port of deployment to use 80
1 parent b466434 commit d607bef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/gitploy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v1
2-
appVersion: "0.1.0"
2+
appVersion: "0.2.0-alpha3"
33
description: A Helm chart for Gitploy
44
name: gitploy
5-
version: 0.1.0
5+
version: 0.1.1

charts/gitploy/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
imagePullPolicy: {{ .Values.image.pullPolicy }}
2929
ports:
3030
- name: http
31-
containerPort: 8080
31+
containerPort: 80
3232
protocol: TCP
3333
resources:
3434
{{- toYaml .Values.resources | nindent 12 }}

charts/gitploy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66

77
image:
88
repository: gitployio/gitploy
9-
tag: "0.1.0-alpha1"
9+
tag: "0.2.0-alpha3"
1010
pullPolicy: IfNotPresent
1111

1212
imagePullSecrets: []

0 commit comments

Comments
 (0)