Skip to content
Snippets Groups Projects
Verified Commit db90a55b authored by Louis's avatar Louis :fire:
Browse files

[Woodpecker CI] Fix ports in server deployment

parent 7ea25bcd
No related branches found
Tags woodpecker-ci-0.2.3
No related merge requests found
......@@ -5,6 +5,6 @@ name: woodpecker-ci
description: Woodpecker is a simple CI engine with great extensibility.
icon: https://helm-forks.s3.eu-west-2.amazonaws.com/icons/woodpecker-ci.png
version: 0.2.2
version: 0.2.3
appVersion: "0.15.1"
......@@ -53,8 +53,7 @@ spec:
{{- end }}
ports:
- name: http
port: 80
targetPort: 8000
containerPort: 8000
protocol: TCP
- name: grpc
containerPort: 9000
......
......@@ -16,4 +16,5 @@ spec:
protocol: TCP
name: grpc
selector:
woodpecker.component: "server"
{{- include "woodpecker-ci.selectorLabels" . | nindent 4 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment