Skip to content

Instantly share code, notes, and snippets.

@GbengaElebs
Created January 27, 2021 09:11
Show Gist options
  • Save GbengaElebs/9dd4a12623fc854a132db0798fe536f4 to your computer and use it in GitHub Desktop.
Save GbengaElebs/9dd4a12623fc854a132db0798fe536f4 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: mysql8-service
labels:
app: mysql8
spec:
type: NodePort
ports:
- port: 3306
targetPort: 3306
protocol: TCP
selector:
app: mysql8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment