services/srcs/mariadb/service.yaml

13 lines
168 B
YAML
Raw Permalink Normal View History

2023-03-01 04:35:44 +01:00
apiVersion: v1
kind: Service
metadata:
name: mariadb
spec:
type: ClusterIP
selector:
app: mariadb
ports:
- name: mariadb
protocol: TCP
port: 3306