fix: k8s-gateway

This commit is contained in:
auricom
2025-07-21 11:02:08 +02:00
parent 98cc229b98
commit f0551ac07d

View File

@@ -1,13 +1,18 @@
--- ---
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrepository-source-v1.json # yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/ocirepository_v1.json
apiVersion: source.toolkit.fluxcd.io/v1 apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository kind: OCIRepository
metadata: metadata:
name: k8s-gateway name: k8s-gateway
namespace: network # Required for Renovate lookups namespace: network # Required for Renovate lookups
spec: spec:
interval: 1h interval: 1h
url: https://ori-edge.github.io/k8s_gateway layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 3.2.3
url: oci://ghcr.io/k8s-gateway/charts/k8s-gateway
--- ---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json # yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
apiVersion: helm.toolkit.fluxcd.io/v2 apiVersion: helm.toolkit.fluxcd.io/v2
@@ -15,17 +20,13 @@ kind: HelmRelease
metadata: metadata:
name: k8s-gateway name: k8s-gateway
spec: spec:
interval: 30m interval: 1h
chart: chartRef:
spec: kind: OCIRepository
chart: k8s-gateway name: k8s-gateway
version: 2.4.0
sourceRef:
kind: HelmRepository
name: k8s-gateway
install: install:
remediation: remediation:
retries: 3 retries: -1
upgrade: upgrade:
cleanupOnFail: true cleanupOnFail: true
remediation: remediation:
@@ -40,4 +41,4 @@ spec:
annotations: annotations:
lbipam.cilium.io/ips: ${CLUSTER_LB_K8SGATEWAY} lbipam.cilium.io/ips: ${CLUSTER_LB_K8SGATEWAY}
externalTrafficPolicy: Local externalTrafficPolicy: Local
watchedResources: ["Ingress", "Service"] watchedResources: ["HTTPRoute", "Ingress", "Service"]