Skip to content
Snippets Groups Projects
Commit d229b591 authored by Dobromir Palushev's avatar Dobromir Palushev
Browse files

moved and renamed the k8s manifests

parent 7fca0293
No related branches found
No related tags found
No related merge requests found
Pipeline #19100 failed
......@@ -4,5 +4,5 @@ metadata:
name: app-config
data:
PORT: 3000
# MONGODB_URL: mongo-service (from infra repo. Does this work? Or do I have to dynamically set it?)
# MONGODB_URL: mongo-service.namespace (from infra repo. Does this work? Or do I have to dynamically set it?)
MONGODB_URL: mongodb://<mongo-service>:27017/todo-app
File moved
File moved
......@@ -6,8 +6,8 @@ spec:
selector:
app: todo-app
ports:
- port: 80
- port: 8080
targetPort: 3000
# port for external IP address (that you need to put in your browser)
# nodePort: 30000
type: LoadBalancer
# type: LoadBalancer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment