Update Env

This commit is contained in:
aditya.siregar
2025-03-03 19:55:44 +07:00
parent ed8c523b26
commit 30091f3362
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ spec:
ports:
- containerPort: 3000
volumeMounts:
- mountPath: "/"
- mountPath: "/env"
name: legalgonews-backend-secret
readOnly: true
volumes:
+1 -1
View File
@@ -18,7 +18,7 @@ spec:
service:
name: legalgonews-backend
port:
number: 3300
number: 3000
tls:
- hosts:
- "legalgonews-be.app-dev.altru.id"
+2 -2
View File
@@ -7,9 +7,9 @@ metadata:
run: legalgonews-backend
spec:
ports:
- port: 3300
- port: 3000
protocol: TCP
targetPort: 3300
targetPort: 3000
selector:
app: legalgonews-backend
type: ClusterIP