mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 15:59:45 +00:00
Fixes
This commit is contained in:
parent
1d0351e99f
commit
74ac1bd2e4
1 changed files with 2 additions and 2 deletions
|
|
@ -156,10 +156,10 @@ spec:
|
||||||
serviceAccountName: ingress-controller
|
serviceAccountName: ingress-controller
|
||||||
containers:
|
containers:
|
||||||
- name: haproxy-ingress
|
- name: haproxy-ingress
|
||||||
image: quay.io/jcmoraisjr/haproxy-ingress
|
image: quay.io/jcmoraisjr/haproxy-ingress:v0.8
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
args:
|
args:
|
||||||
- --configmap=ingress-controller/haproxy-ingress:v0.8
|
- --configmap=ingress-controller/haproxy-ingress
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 80
|
containerPort: 80
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue