Skip to content
Snippets Groups Projects
Commit 502ceaed authored by Thierry BERTRAND's avatar Thierry BERTRAND
Browse files

ajout du dns

parent c7bd5ed5
No related branches found
No related tags found
1 merge request!4Teebee
......@@ -17,13 +17,19 @@ spec:
containers:
- name: scrumbl
image: timmit/scrumblr:latest
env:
- name: GET_HOSTS_FROM
value: dns
ports:
- containerPort: 8080
- name: redis
image: redis:latest
env:
- name: GET_HOSTS_FROM
value: dns
ports:
- containerPort: 6739
#name: redis
- containerPort: 6379
name: redis
protocol: TCP
---
......@@ -39,6 +45,4 @@ spec:
- protocol: TCP
port: 8000
targetPort: 8080
#clusterIP: 10.0.171.239
#loadBalancerIP: 78.11.24.19
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