1
0
Fork 0
This repository has been archived on 2025-08-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-gitops-legacy/cluster-components/ingress-nginx/values.yaml

24 lines
400 B
YAML

ingress-nginx:
controller:
kind: DaemonSet
ingressClassResource:
default: true
service:
type: NodePort
nodePorts:
http: 30080
https: 30443
externalIPs: ["49.12.17.251"]
metrics:
enabled: false
serviceMonitor:
enabled: false
updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1