Chart: Improve CI. (#12003)
This commit is contained in:
parent
24a9f972ff
commit
f369ffb073
51 changed files with 306 additions and 584 deletions
22
charts/ingress-nginx/ci/controller-service-values.yaml
Normal file
22
charts/ingress-nginx/ci/controller-service-values.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
controller:
|
||||
image:
|
||||
repository: ingress-controller/controller
|
||||
tag: 1.0.0-dev
|
||||
digest: null
|
||||
|
||||
service:
|
||||
type: NodePort
|
||||
|
||||
nodePorts:
|
||||
tcp:
|
||||
9000: 30090
|
||||
udp:
|
||||
9001: 30091
|
||||
|
||||
portNamePrefix: port
|
||||
|
||||
tcp:
|
||||
9000: default/test:8080
|
||||
|
||||
udp:
|
||||
9001: default/test:8080
|
||||
Loading…
Add table
Add a link
Reference in a new issue