10 lines
136 B
YAML
10 lines
136 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mariadb
|
|
namespace: nextcloud
|
|
spec:
|
|
ports:
|
|
- port: 3306
|
|
selector:
|
|
app: mariadb |