Skip to content

Instantly share code, notes, and snippets.

@oceanapplications
Created August 22, 2021 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oceanapplications/eaa301311d372f0614b0e7e6ae103d6b to your computer and use it in GitHub Desktop.
Save oceanapplications/eaa301311d372f0614b0e7e6ae103d6b to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Service
metadata:
name: mysql
namespace: kubernetes-for-laravel
labels:
tier: backend
spec:
selector:
app: mysql
tier: backend
ports:
- protocol: TCP
port: 3306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment