fix ingress nginx
This commit is contained in:
@@ -421,6 +421,7 @@ spec:
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
app.kubernetes.io/version: 1.12.1
|
||||
spec:
|
||||
containers:
|
||||
- args:
|
||||
- /nginx-ingress-controller
|
||||
- --publish-service=$(POD_NAMESPACE)/ingress-nginx-controller
|
||||
|
||||
12
deploy/renovate/secret.yaml
Normal file
12
deploy/renovate/secret.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: renovate-env
|
||||
namespace: renovate
|
||||
type: Opaque
|
||||
stringData:
|
||||
RENOVATE_TOKEN: 'f2e87da71bbee8a1a82a85c416ad46f81ad70dcb'
|
||||
RENOVATE_AUTODISCOVER: 'true'
|
||||
RENOVATE_ENDPOINT: 'https://git.beatrice.wtf/api/v1'
|
||||
RENOVATE_GIT_AUTHOR: 'Renovate Bot <renovate@panic.haus>'
|
||||
RENOVATE_PLATFORM: 'gitea'
|
||||
Reference in New Issue
Block a user