Moving code in the right file

This commit is contained in:
Charles Mendiburu 2026-05-08 15:07:18 +02:00
parent f9f67f5fe8
commit f85cc24458
2 changed files with 9 additions and 10 deletions

View File

@ -20,9 +20,9 @@ spec:
nodePort: 30888
---
# ─────────────────────────────────────────────────────────────────────────────
# Service Frontend NodePort (accessible via localhost:30500)
# ─────────────────────────────────────────────────────────────────────────────
apiVersion: v1
kind: Service
metadata:

View File

@ -1,6 +1,5 @@
# ─────────────────────────────────────────────────────────────────────────────
# PersistentVolume host-path volume for PostgreSQL data
# ─────────────────────────────────────────────────────────────────────────────
apiVersion: v1
kind: PersistentVolume
metadata:
@ -19,9 +18,9 @@ spec:
path: /home/cytech/vigimeteo-db-data
---
# ─────────────────────────────────────────────────────────────────────────────
# PersistentVolumeClaim claimed by the StatefulSet below
# ─────────────────────────────────────────────────────────────────────────────
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
@ -38,9 +37,9 @@ spec:
storage: 1Gi
---
# ─────────────────────────────────────────────────────────────────────────────
# StatefulSet single PostgreSQL replica
# ─────────────────────────────────────────────────────────────────────────────
apiVersion: apps/v1
kind: StatefulSet
metadata:
@ -96,9 +95,9 @@ spec:
name: vigimeteo-db-init
---
# ─────────────────────────────────────────────────────────────────────────────
# Headless Service required by the StatefulSet
# ─────────────────────────────────────────────────────────────────────────────
apiVersion: v1
kind: Service
metadata: