mirror of
https://github.com/bitinflow/laravel-docker-k8s.git
synced 2026-03-20 08:45:51 +00:00
initial commit
This commit is contained in:
10
deploy/mysql/mysql-service.yaml
Executable file
10
deploy/mysql/mysql-service.yaml
Executable file
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: mysql-quest-service
|
||||
namespace: quests-staging-svc
|
||||
spec:
|
||||
ports:
|
||||
- port: 3306
|
||||
selector:
|
||||
app: mysql-quest-pod
|
||||
Reference in New Issue
Block a user