new updated file patch dev
This commit is contained in:
parent
7f1e8253a0
commit
13a8e45a3e
|
|
@ -27,20 +27,3 @@ spec:
|
|||
env:
|
||||
- name: REACT_APP_API_URL
|
||||
value: "http://dev-backend-app-syifa:5000/api/auth/login"
|
||||
|
||||
---
|
||||
# ==========================
|
||||
# PATCH UNTUK MYSQL (biar pakai PVC lama)
|
||||
# ==========================
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: mysql-app-syifa
|
||||
namespace: intern-workspace
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
volumes:
|
||||
- name: mysql-storage
|
||||
persistentVolumeClaim:
|
||||
claimName: mysql-pvc-syifa # pakai PVC lama tanpa prefix
|
||||
Loading…
Reference in New Issue