Configure nginx using a ConfigMap
This commit is contained in:
parent
28f9cb0b2b
commit
d9934ec4db
17 changed files with 378 additions and 417 deletions
6
controllers/nginx-third-party/examples/tcp-configmap-example.yaml
vendored
Normal file
6
controllers/nginx-third-party/examples/tcp-configmap-example.yaml
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: tcp-configmap-example
|
||||
data:
|
||||
9000: "default/example-go:8080"
|
||||
Loading…
Add table
Add a link
Reference in a new issue