make ingress a daemonset
This commit is contained in:
parent
b330957564
commit
78e51c18a7
1 changed files with 1 additions and 7 deletions
|
@ -186,7 +186,7 @@ subjects:
|
|||
---
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
kind: DaemonSet
|
||||
metadata:
|
||||
name: nginx-ingress-controller
|
||||
namespace: ingress-nginx
|
||||
|
@ -194,11 +194,6 @@ metadata:
|
|||
app.kubernetes.io/name: ingress-nginx
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
@ -261,5 +256,4 @@ spec:
|
|||
periodSeconds: 10
|
||||
successThreshold: 1
|
||||
timeoutSeconds: 10
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue