Created
September 18, 2020 19:54
-
-
Save chrisedrego/0f3dd15e17ae46377a1228955b4f893a 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