File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 64
64
- apiGroups :
65
65
- core.haproxy.org
66
66
resources :
67
- - ' *'
67
+ - ' *'
68
68
verbs :
69
69
- get
70
70
- list
@@ -164,7 +164,7 @@ spec:
164
164
- name : haproxy-ingress
165
165
image : haproxytech/kubernetes-ingress
166
166
args :
167
- - --configmap=default /haproxy-kubernetes-ingress
167
+ - --configmap=haproxy-controller /haproxy-kubernetes-ingress
168
168
- --default-backend-service=default/haproxy-kubernetes-ingress-default-backend
169
169
securityContext :
170
170
runAsUser : 1000
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ subjects:
97
97
apiVersion : v1
98
98
kind : ConfigMap
99
99
metadata :
100
- name : haproxy
100
+ name : haproxy-kubernetes-ingress
101
101
namespace : haproxy-controller
102
102
data :
103
103
@@ -165,7 +165,7 @@ spec:
165
165
- name : haproxy-ingress
166
166
image : haproxytech/kubernetes-ingress
167
167
args :
168
- - --configmap=default /haproxy-kubernetes-ingress
168
+ - --configmap=haproxy-controller /haproxy-kubernetes-ingress
169
169
- --default-backend-service=default/haproxy-kubernetes-ingress-default-backend
170
170
securityContext :
171
171
runAsUser : 1000
You can’t perform that action at this time.
0 commit comments