mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-10 00:37:54 +00:00
12 lines
149 B
YAML
12 lines
149 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: mysql
|
||
|
spec:
|
||
|
type: NodePort
|
||
|
ports:
|
||
|
- port: 3306
|
||
|
protocol: TCP
|
||
|
selector:
|
||
|
app: mysql
|