Skip to content

Commit

Permalink
Merge upstream PR drone#37
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Sep 2, 2021
2 parents 1103ead + a8eafdb commit 2cc0824
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/drone/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
containerPort: 80
containerPort: {{ .Values.port }}
protocol: TCP
livenessProbe:
httpGet:
Expand Down
4 changes: 4 additions & 0 deletions charts/drone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ podLabels: {}

updateStrategy: {}

# Listener port. Must be changed >1024 when securityContext set to runAsNonRoot
# When changed, remember to set env variable DRONE_SERVER_PORT=<port>
port: 80

service:
type: ClusterIP
port: 80
Expand Down

0 comments on commit 2cc0824

Please sign in to comment.