inception/srcs/mariadb/service.yaml

13 lines
168 B
YAML
Raw Normal View History

2023-06-09 03:52:50 +02:00
apiVersion: v1
kind: Service
metadata:
name: mariadb
spec:
type: ClusterIP
selector:
app: mariadb
ports:
- name: mariadb
protocol: TCP
port: 3306