mysql: Begin write kustomize conf
This commit is contained in:
parent
2a7051ab3b
commit
4dc2cb0977
3 changed files with 54 additions and 0 deletions
10
mysql/kustomize/base/mysql_service.yaml
Normal file
10
mysql/kustomize/base/mysql_service.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: db-service
|
||||
spec:
|
||||
type: ClusterIP
|
||||
ports:
|
||||
- protocol: TCP
|
||||
port: 3306
|
||||
targetPort: 3306
|
Loading…
Add table
Add a link
Reference in a new issue