Skip to content

Instantly share code, notes, and snippets.

@josephrodriguez
Last active July 17, 2022 16:02
Show Gist options
  • Save josephrodriguez/75b8ecb93833a6cbca53139b81efbbd6 to your computer and use it in GitHub Desktop.
Save josephrodriguez/75b8ecb93833a6cbca53139b81efbbd6 to your computer and use it in GitHub Desktop.
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