13 lines
168 B
YAML
13 lines
168 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mariadb
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: mariadb
|
|
ports:
|
|
- name: mariadb
|
|
protocol: TCP
|
|
port: 3306
|