Update renovate/renovate Docker tag to v41.169.1 - abandoned #97

Closed
Renovate wants to merge 282 commits from renovate/renovate-renovate-41.x into fresh-start
2 changed files with 0 additions and 60 deletions
Showing only changes of commit db86abff25 - Show all commits

View File

@@ -1,59 +0,0 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: nginx-ingress-controller
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: nginx
namespace: nginx-ingress-controller
spec:
interval: 24h
url: https://helm.nginx.com/stable
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nginx-ingress
namespace: nginx-ingress-controller
spec:
interval: 30m
chart:
spec:
chart: nginx-ingress
version: 2.2.1
sourceRef:
kind: HelmRepository
name: nginx
namespace: nginx-ingress-controller
interval: 12h
values:
controller:
resources:
requests:
cpu: 0
memory: 128Mi
limits:
cpu: 100m
memory: 128Mi
ingressClass:
create: true
setAsDefaultIngress: true
service:
create: true
type: LoadBalancer
# Requirement for sharing ip with other service
externalTrafficPolicy: Cluster
ipFamilyPolicy: RequireDualStack
annotations:
# Share IP with gitea ssh so we can have the same domain for both port
lbipam.cilium.io/sharing-key: gitea
lbipam.cilium.io/sharing-cross-namespace: gitea
lbipam.cilium.io/ips: 10.44.0.0,2001:470:61a3:400::1
config:
entries:
proxy-buffering: "false"

View File

@@ -3,7 +3,6 @@ kind: Kustomization
resources: resources:
- controllers/k8up-crd-4.8.3.yaml - controllers/k8up-crd-4.8.3.yaml
- controllers/cilium.yaml - controllers/cilium.yaml
- controllers/nginx.yaml
- controllers/nginx-ingress.yaml - controllers/nginx-ingress.yaml
- controllers/dns-public.yaml - controllers/dns-public.yaml
- controllers/cert-manager.yaml - controllers/cert-manager.yaml