Skip to content

Commit

Permalink
remove hostNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Feb 28, 2018
1 parent 4e0f92c commit 17d24fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/data-processing-cluster/deployments/etl-gardener.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,11 @@ spec:
containers:
- image: gcr.io/{{GCLOUD_PROJECT}}/github-m-lab-etl-gardener:{{GIT_COMMIT}}
name: etl-gardener
hostNetwork: true
env:
- name: GARDENER_SERVICE
value: "true"
- name: GIT_COMMIT
value: "{{GIT_COMMIT}}"
# TODO - move these to project config yml.
- name: TASKFILE_BUCKET
value: "archive-{{GCLOUD_PROJECT}}"
- name: PROJECT
Expand All @@ -62,6 +60,8 @@ spec:
httpGet:
path: /alive
port: service-port
initialDelaySeconds: 30
periodSeconds: 60

# Do we need to mention 8080?
resources:
Expand Down

0 comments on commit 17d24fa

Please sign in to comment.