Primer commit
This commit is contained in:
10
services/mysql-service.yaml
Normal file
10
services/mysql-service.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: mysql
|
||||
namespace: guacamole
|
||||
spec:
|
||||
ports:
|
||||
- port: 3306
|
||||
selector:
|
||||
app: mysql
|
Reference in New Issue
Block a user