fix k8s yaml format (#2766)

This commit is contained in:
Shuchang Zheng
2025-06-22 15:08:46 +08:00
committed by GitHub
parent 681dab864c
commit 4715dddcc8
12 changed files with 15 additions and 15 deletions

View File

@@ -34,4 +34,4 @@ spec:
volumes:
- name: postgres-data
persistentVolumeClaim:
claimName: postgres-data
claimName: postgres-data

View File

@@ -8,4 +8,4 @@ stringData:
PGDATA: /var/lib/postgresql/data/pgdata
POSTGRES_USER: skyvern
POSTGRES_PASSWORD: skyvern
POSTGRES_DB: skyvern
POSTGRES_DB: skyvern

View File

@@ -9,4 +9,4 @@ spec:
- port: 5432
targetPort: 5432
selector:
app: postgres
app: postgres

View File

@@ -8,4 +8,4 @@ spec:
- ReadWriteOnce
resources:
requests:
storage: 5Gi
storage: 5Gi