add protocols/UDP example
This commit is contained in:
parent
45ba1c7c1d
commit
5851e355d7
3 changed files with 140 additions and 0 deletions
7
examples/udp/nginx/nginx-udp-ingress-configmap.yaml
Normal file
7
examples/udp/nginx/nginx-udp-ingress-configmap.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: nginx-udp-ingress-configmap
|
||||
namespace: kube-system
|
||||
data:
|
||||
9001: "kube-system/kube-dns:53"
|
||||
Loading…
Add table
Add a link
Reference in a new issue