1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
apiVersion: v1 kind: Service metadata: namespace: emc name: stats-mysql labels: app: mysql tier: stats spec: selector: app: mysql tier: stats clusterIP: 172.18.242.23 ports: - name: mysql port: 3306