mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
16 lines
352 B
YAML
16 lines
352 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mariadb-repl-0
|
|
namespace: mariadb-operator
|
|
spec:
|
|
selector:
|
|
app.kubernetes.io/instance: mariadb-repl
|
|
app.kubernetes.io/name: mariadb
|
|
statefulset.kubernetes.io/pod-name: mariadb-repl-0
|
|
ports:
|
|
- name: mariadb
|
|
port: 3306
|
|
targetPort: 3306
|
|
protocol: TCP
|
|
type: ClusterIP |