-
-
Save larrycai/6962ed151246b748b0378774f792ac08 to your computer and use it in GitHub Desktop.
Ingress TCP Configuration for MYSQL
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
data: | |
"3306": mysql/mysql-service:3306 | |
kind: ConfigMap | |
metadata: | |
name: tcp-services | |
namespace: ingress-nginx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment