Merge pull request '[woodpecker] fixes' (#189) from woodpecker-fixes into main
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
All checks were successful
ci/woodpecker/push/yamllint Pipeline was successful
Reviewed-on: #189
This commit is contained in:
commit
97f07a7dbc
2 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ spec:
|
||||||
path: "/"
|
path: "/"
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: woodpecker-service
|
name: woodpecker-server
|
||||||
port:
|
port:
|
||||||
name: grpc
|
name: grpc
|
||||||
tls:
|
tls:
|
||||||
|
|
|
@ -26,6 +26,7 @@ server:
|
||||||
WOODPECKER_OPEN: true
|
WOODPECKER_OPEN: true
|
||||||
WOODPECKER_FORGEJO: true
|
WOODPECKER_FORGEJO: true
|
||||||
WOODPECKER_FORGEJO_URL: 'https://git.ar21.de'
|
WOODPECKER_FORGEJO_URL: 'https://git.ar21.de'
|
||||||
|
WOODPECKER_LOG_LEVEL: "trace"
|
||||||
extraSecretNamesForEnvFrom:
|
extraSecretNamesForEnvFrom:
|
||||||
- woodpecker-forgejo
|
- woodpecker-forgejo
|
||||||
agent:
|
agent:
|
||||||
|
|
Loading…
Reference in a new issue