Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions k8s_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ spec:
volumeMounts:
- name: postgres-volume
mountPath: /var/lib/postgresql/data
subPath: data
env:
- name: POSTGRES_USER
value: "lifecycle_manager"
Expand Down Expand Up @@ -153,7 +154,7 @@ spec:
# - ReadWriteOnce
# resources:
# requests:
# storage: 5Gi
# storage: 5Gi
---
apiVersion: apps/v1
kind: Deployment
Expand Down Expand Up @@ -201,8 +202,8 @@ spec:
- mountPath: /home/step
name: stepca-volume
- mountPath: /entrypoint.sh
subPath: entrypoint.sh
name: stepca-entrypoint
subPath: entrypoint.sh
- name: server
image: federatedai/fedlcm-server:v0.3.0
imagePullPolicy: IfNotPresent
Expand Down Expand Up @@ -270,7 +271,7 @@ spec:
# - ReadWriteOnce
# resources:
# requests:
# storage: 5Gi
# storage: 5Gi
---
apiVersion: v1
kind: Service
Expand Down