reseteo completo del cluster. CEPH con arbitro

This commit is contained in:
2025-08-29 17:36:52 +02:00
parent 4389c53a2c
commit dad001ae56
13 changed files with 693 additions and 263 deletions

View File

@@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: mysql
image: mysql:8
image: mysql:latest
env:
- name: MYSQL_ROOT_PASSWORD
value: gitea123

View File

@@ -32,7 +32,7 @@ spec:
- name: GITEA__database__USER
value: "gitea"
- name: GITEA__database__PASSWD
value: "gitea123"
value: "gitea"
volumeMounts:
- name: gitea-data
mountPath: /data

View File

@@ -1,7 +1,5 @@
resources:
- namespace.yaml
- pvc/gitea-data.yaml
- pvc/gitea-db.yaml
- deployments/gitea.yaml
- deployments/gitea-db.yaml
- services/gitea.yaml

View File

@@ -4,11 +4,9 @@ metadata:
name: gitea
namespace: gitea
spec:
type: NodePort
selector:
app: gitea
ports:
- name: http
port: 3000
targetPort: 3000
nodePort: 30300