mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-30 15:37:44 +02:00
37 lines
895 B
YAML
37 lines
895 B
YAML
---
|
|
# yaml-language-server: $schema=https://schemas.budimanjojo.com/source.toolkit.fluxcd.io/ocirepository_v1beta2.json
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: OCIRepository
|
|
metadata:
|
|
name: envoy-gateway-crds
|
|
spec:
|
|
interval: 30m
|
|
timeout: 60s
|
|
url: oci://docker.io/envoyproxy/gateway-helm
|
|
ref:
|
|
tag: v1.4.1
|
|
layerSelector:
|
|
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
|
|
operation: copy
|
|
---
|
|
# yaml-language-server: $schema=https://schemas.budimanjojo.com/helm.toolkit.fluxcd.io/helmrelease_v2.json
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: envoy-gateway-crds
|
|
spec:
|
|
interval: 1h
|
|
timeout: 5m
|
|
chartRef:
|
|
kind: OCIRepository
|
|
name: envoy-gateway-crds
|
|
install:
|
|
crds: CreateReplace
|
|
remediation:
|
|
retries: -1
|
|
upgrade:
|
|
cleanupOnFail: true
|
|
crds: CreateReplace
|
|
remediation:
|
|
retries: 5
|