diff --git a/src/runboat/kubefiles/cleanup.yaml b/src/runboat/kubefiles/cleanup.yaml index 0e31bb8..e68efe3 100644 --- a/src/runboat/kubefiles/cleanup.yaml +++ b/src/runboat/kubefiles/cleanup.yaml @@ -10,6 +10,7 @@ spec: labels: runboat/job-kind: cleanup spec: + enableServiceLinks: false containers: - name: cleanup image: postgres diff --git a/src/runboat/kubefiles/deployment.yaml b/src/runboat/kubefiles/deployment.yaml index 2057d50..2539f05 100644 --- a/src/runboat/kubefiles/deployment.yaml +++ b/src/runboat/kubefiles/deployment.yaml @@ -18,6 +18,7 @@ spec: spec: # let Odoo stop gracefully to disconnect from postgres terminationGracePeriodSeconds: 10 + enableServiceLinks: false containers: - name: odoo image: odoo diff --git a/src/runboat/kubefiles/initialize.yaml b/src/runboat/kubefiles/initialize.yaml index 125662d..a237329 100644 --- a/src/runboat/kubefiles/initialize.yaml +++ b/src/runboat/kubefiles/initialize.yaml @@ -10,6 +10,7 @@ spec: labels: runboat/job-kind: initialize spec: + enableServiceLinks: false containers: - name: initalize image: odoo