inception/srcs/mariadb/service.yaml
2023-06-09 03:52:50 +02:00

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