Last active
July 17, 2022 16:02
-
-
Save josephrodriguez/75b8ecb93833a6cbca53139b81efbbd6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
kind: Service | |
metadata: | |
labels: | |
app: mysql | |
name: mysql | |
spec: | |
clusterIP: None | |
ports: | |
- name: "3306" | |
port: 3306 | |
protocol: TCP | |
targetPort: 3306 | |
selector: | |
app: mysql | |
type: ClusterIP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment