fix ingress nginx

This commit is contained in:
2025-03-29 19:43:01 +01:00
parent 647f96ee94
commit cff5f0fbc9
2 changed files with 13 additions and 0 deletions

View File

@@ -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

View 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'