agregando fastapi
This commit is contained in:
@@ -6,7 +6,7 @@ kind: Pod
|
||||
metadata:
|
||||
name: db_stack_pod
|
||||
labels:
|
||||
app: db_stack
|
||||
app: ciec_stack
|
||||
|
||||
spec:
|
||||
containers:
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
- containerPort: 5432
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: postgres-config
|
||||
name: ciec-config
|
||||
volumeMounts:
|
||||
- name: postgres-storage
|
||||
mountPath: /var/lib/postgresql
|
||||
@@ -27,7 +27,7 @@ spec:
|
||||
hostPort: 8081
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: postgres-config
|
||||
name: ciec-config
|
||||
volumeMounts:
|
||||
- name: pgadmin-data
|
||||
mountPath: /var/lib/pgadmin
|
||||
|
||||
Reference in New Issue
Block a user