Add Woodpecker to application listing

This commit is contained in:
Lauri Võsandi 2023-07-30 21:04:20 +03:00
parent 222ba974e6
commit b01f073ced
1 changed files with 14 additions and 8 deletions

View File

@ -1,4 +1,18 @@
---
apiVersion: codemowers.io/v1alpha1
kind: OIDCGWClient
metadata:
name: woodpecker
spec:
displayName: Woodpecker CI
uri: https://woodpecker.k-space.ee/
redirectUris: []
allowedGroups:
- k-space:floor
grantTypes: []
responseTypes: []
availableScopes: []
---
apiVersion: v1
kind: Service
metadata:
@ -47,20 +61,12 @@ spec:
{}
containers:
- name: server
securityContext:
{}
image: woodpeckerci/woodpecker-server:next@sha256:d6f717236c17e82d20f3bbd0f4a8906240576515a742cc6653c6c347b72a015c
ports:
- name: http
containerPort: 8000
protocol: TCP
- name: grpc
containerPort: 9000
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
env:
- name: WOODPECKER_ADMIN
value: laurivosandi