2021-02-26 01:34:15 +00:00
--- charts-original/values.yaml
+++ charts/values.yaml
2021-06-07 18:24:27 +00:00
@@ -10,9 +10,8 @@
2021-02-26 01:34:15 +00:00
controller:
2021-04-05 22:47:34 +00:00
name: controller
2021-02-26 01:34:15 +00:00
image:
2021-05-07 19:43:34 +00:00
- repository: k8s.gcr.io/ingress-nginx/controller
- tag: "v0.46.0"
- digest: sha256:52f0058bed0a17ab0fb35628ba97e8d52b5d32299fbc03cc0f6c7b9ff036b61a
2021-02-26 01:34:15 +00:00
+ repository: rancher/nginx-ingress-controller
2021-05-07 19:43:34 +00:00
+ tag: "nginx-0.46.0-rancher1"
2021-02-26 01:34:15 +00:00
pullPolicy: IfNotPresent
# www-data -> uid 101
2021-04-05 22:47:34 +00:00
runAsUser: 101
2021-06-07 18:24:27 +00:00
@@ -45,7 +44,7 @@
2021-02-26 01:34:15 +00:00
# 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
2021-06-07 18:24:27 +00:00
@@ -54,13 +53,13 @@
2021-05-07 19:43:34 +00:00
# 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
2021-05-06 20:05:17 +00:00
## Use host ports 80 and 443
2021-05-07 19:43:34 +00:00
## Disabled by default
##
hostPort:
- enabled: false
+ enabled: true
ports:
2021-05-06 20:05:17 +00:00
http: 80
2021-05-07 19:43:34 +00:00
https: 443
2021-06-07 18:24:27 +00:00
@@ -144,7 +143,7 @@
2021-05-06 20:05:17 +00:00
## DaemonSet or Deployment
##
- kind: Deployment
+ kind: DaemonSet
2021-05-07 19:43:34 +00:00
## Annotations to be added to the controller Deployment or DaemonSet
2021-05-06 20:05:17 +00:00
##
2021-06-07 18:24:27 +00:00
@@ -491,7 +490,7 @@
2021-05-11 17:07:23 +00:00
patch:
enabled: true
image:
- repository: docker.io/jettech/kube-webhook-certgen
+ repository: rancher/mirrored-jettech-kube-webhook-certgen
tag: v1.5.1
pullPolicy: IfNotPresent
## Provide a priority class name to the webhook patching job
2021-06-07 18:24:27 +00:00
@@ -608,8 +607,8 @@
2021-02-26 01:34:15 +00:00
2021-05-07 19:43:34 +00:00
name: defaultbackend
2021-02-26 01:34:15 +00:00
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
2021-06-07 18:24:27 +00:00
@@ -759,3 +758,6 @@
2021-05-07 19:43:34 +00:00
# This can be generated with: openssl dhparam 4096 2> /dev/null | base64
# Ref: https://github.com/krmichel/ingress-nginx/blob/master/docs/examples/customization/ssl-dh-param
dhParam:
2021-02-26 01:34:15 +00:00
+
+global:
+ systemDefaultRegistry: ""