adding in proxy into kubernetes mysql
This commit is contained in:
@@ -120,4 +120,10 @@ stream {
|
||||
listen 6002;
|
||||
proxy_pass localhost:33600; # TODO: change to NodePort of tcp presence deployment service
|
||||
}
|
||||
|
||||
# rameelo mysql
|
||||
server {
|
||||
listen 3306;
|
||||
proxy_pass localhost:31792;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user