Compare commits

..

No commits in common. "2b54a9343bf200bd01f42c36ef4a35030ee164cf" and "43d5608a51f993eb281f741e21f93c094d7344cd" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ import (
)
const (
YAML_PATH = "env/%s"
YAML_PATH = "%s"
ENV_MODE = "ENV_MODE"
DEFAULT_ENV_MODE = "development"
)

View File

@ -20,7 +20,7 @@ spec:
ports:
- containerPort: 3000
volumeMounts:
- mountPath: "/env"
- mountPath: "/"
name: legalgonews-backend-secret
readOnly: true
volumes:

View File

@ -18,7 +18,7 @@ spec:
service:
name: legalgonews-backend
port:
number: 3000
number: 3300
tls:
- hosts:
- "legalgonews-be.app-dev.altru.id"

View File

@ -7,9 +7,9 @@ metadata:
run: legalgonews-backend
spec:
ports:
- port: 3000
- port: 3300
protocol: TCP
targetPort: 3000
targetPort: 3300
selector:
app: legalgonews-backend
type: ClusterIP