breezy-refrigerator-89447
01/05/2026, 4:37 PMhostname: rancher.int.xxx.org
auditLog:
enabled: true
level: 2
destination: hostPath
hostpath: /var/log/rancher/audit/
maxAge: 7
maxBackup: 7
maxSize: 200
ingress:
ingressClassName: "nginxi"
# pathType: Prefix
extraAnnotations:
kubernetes.io/ingress.class: nginxi
cert-manager.io/cluster-issuer: letsencrypt-ops-shared
tls:
source: secret
secretName: tls-rancher-ingress
replicas: 1
debug: true
2. Nginx ingress helm value
controller:
replicaCount: 1
ingressClassResource:
name: nginxi
config:
use-http2: "false"
ssl-protocols: "TLSv1.2 TLSv1.3"
use-proxy-protocol: "false"
use-forwarded-headers: "true"
compute-full-forwarded-for: "true"
forwarded-for-header: "forwarded-for-header"
# compression js, css, json
use-gzip: "true"
gzip-level: "6"
gzip-types: "application/json application/x-javascript text/css text/javascript"
service:
annotations:
service.beta.kubernetes.io/aws-load-balancer-name: ops-shared-nginxi-ingress
service.beta.kubernetes.io/aws-load-balancer-scheme: "internal"
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: "TCP"
service.beta.kubernetes.io/aws-load-balancer-attributes: load_balancing.cross_zone.enabled=true
service.beta.kubernetes.io/aws-load-balancer-target-group-attributes: preserve_client_ip.enabled=true
type: LoadBalancerbreezy-refrigerator-89447
01/06/2026, 9:27 AM