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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 15 additions and 15 deletions

View file

@ -60,4 +60,4 @@ spec:
- name: streamlit
hostPath:
path: /app/.streamlit
type: DirectoryOrCreate
type: DirectoryOrCreate

View file

@ -41,4 +41,4 @@ stringData:
ENABLE_LOG_ARTIFACTS: "false"
ENABLE_OPENAI_COMPATIBLE: "false"
SKYVERN_BASE_URL: http://localhost:8000
SKYVERN_API_KEY: ""
SKYVERN_API_KEY: ""

View file

@ -13,4 +13,4 @@ spec:
port: 9222
targetPort: 9222
selector:
app: skyvern-backend
app: skyvern-backend

View file

@ -47,4 +47,4 @@ spec:
- name: streamlit
hostPath:
path: /app/.streamlit
type: DirectoryOrCreate
type: DirectoryOrCreate

View file

@ -11,4 +11,4 @@ stringData:
VITE_WSS_BASE_URL: ws://skyvern.example.com/api/v1
VITE_SKYVERN_API_KEY: ""
VITE_ENABLE_LOG_ARTIFACTS: "false"
VITE_ENABLE_CODE_BLOCK: "false"
VITE_ENABLE_CODE_BLOCK: "false"

View file

@ -13,4 +13,4 @@ spec:
port: 9090
targetPort: 9090
selector:
app: skyvern-frontend
app: skyvern-frontend

View file

@ -34,7 +34,7 @@ spec:
name: skyvern-frontend
port:
number: 8080
#tls:
# - hosts:
# - skyvern.example.com
# secretName: ""
#tls:
# - hosts:
# - skyvern.example.com
# secretName: ""

View file

@ -1,4 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: skyvern
name: skyvern

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