mirror of https://git.rancher.io/rke2-charts
77 lines
2.2 KiB
Diff
77 lines
2.2 KiB
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -4,8 +4,8 @@
|
|
controller:
|
|
name: controller
|
|
image:
|
|
- repository: quay.io/kubernetes-ingress-controller/nginx-ingress-controller
|
|
- tag: "0.30.0"
|
|
+ repository: rancher/nginx-ingress-controller
|
|
+ tag: "nginx-0.30.0-rancher1"
|
|
pullPolicy: IfNotPresent
|
|
# www-data -> uid 101
|
|
runAsUser: 101
|
|
@@ -37,7 +37,7 @@
|
|
# Required for use with CNI based kubernetes installations (such as ones set up by kubeadm),
|
|
# since CNI and hostport don't mix yet. Can be deprecated once https://github.com/kubernetes/kubernetes/issues/23920
|
|
# is merged
|
|
- hostNetwork: false
|
|
+ hostNetwork: true
|
|
|
|
# Optionally customize the pod dnsConfig.
|
|
dnsConfig: {}
|
|
@@ -45,7 +45,7 @@
|
|
# Optionally change this to ClusterFirstWithHostNet in case you have 'hostNetwork: true'.
|
|
# By default, while using host network, name resolution uses the host's DNS. If you wish nginx-controller
|
|
# to keep resolving names inside the k8s network, use ClusterFirstWithHostNet.
|
|
- dnsPolicy: ClusterFirst
|
|
+ dnsPolicy: ClusterFirstWithHostNet
|
|
|
|
# Bare-metal considerations via the host network https://kubernetes.github.io/ingress-nginx/deploy/baremetal/#via-the-host-network
|
|
# Ingress status was blank because there is no Service exposing the NGINX Ingress controller in a configuration using the host network, the default --publish-service flag used in standard cloud setups does not apply
|
|
@@ -53,7 +53,7 @@
|
|
|
|
## Use host ports 80 and 443
|
|
daemonset:
|
|
- useHostPort: false
|
|
+ useHostPort: true
|
|
|
|
hostPorts:
|
|
http: 80
|
|
@@ -131,7 +131,7 @@
|
|
|
|
## DaemonSet or Deployment
|
|
##
|
|
- kind: Deployment
|
|
+ kind: DaemonSet
|
|
|
|
## Annotations to be added to the controller deployment
|
|
##
|
|
@@ -242,7 +242,7 @@
|
|
configMapKey: ""
|
|
|
|
service:
|
|
- enabled: true
|
|
+ enabled: false
|
|
|
|
annotations: {}
|
|
labels: {}
|
|
@@ -440,8 +440,8 @@
|
|
|
|
name: default-backend
|
|
image:
|
|
- repository: k8s.gcr.io/defaultbackend-amd64
|
|
- tag: "1.5"
|
|
+ repository: rancher/nginx-ingress-controller-defaultbackend
|
|
+ tag: "1.5-rancher1"
|
|
pullPolicy: IfNotPresent
|
|
# nobody user -> uid 65534
|
|
runAsUser: 65534
|
|
@@ -573,3 +573,6 @@
|
|
##
|
|
udp: {}
|
|
# 53: "kube-system/kube-dns:53"
|
|
+
|
|
+global:
|
|
+ systemDefaultRegistry: ""
|