Skip to content

Commit

Permalink
Deploy as Daemonset instead of Deployment + do not use proxy protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Nov 1, 2023
1 parent d60646d commit 8afc4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx-ingress/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ subjects:
apiVersion: v1
data:
allow-snippet-annotations: "true"
use-proxy-protocol: "true"
use-proxy-protocol: "false"
kind: ConfigMap
metadata:
labels:
Expand Down Expand Up @@ -392,7 +392,7 @@ spec:
type: ClusterIP
---
apiVersion: apps/v1
kind: Deployment
kind: DaemonSet
metadata:
labels:
app.kubernetes.io/component: controller
Expand Down

0 comments on commit 8afc4d9

Please sign in to comment.