This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
iac/kubernetes/apps/production/nginx/helmrelease.yaml
2025-02-16 20:17:13 -05:00

25 lines
595 B
YAML

apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: nginx-ingress
namespace: ingress-nginx
spec:
interval: 5m
releaseName: nginx-ingress
chart:
spec:
chart: ingress-nginx
version: 4.12.0
sourceRef:
kind: HelmRepository
name: nginx-ingress-repo
namespace: flux-system
values:
controller:
allowSnippetAnnotations: "true"
config:
annotations-risk-level: "Critical"
enable-annotation-validation: false
strict-validate-path-type: false
service:
type: LoadBalancer