mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 15:12:08 +01:00
feat(infrastructure): rename folder
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
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
|
||||
Reference in New Issue
Block a user