Skip to content
Snippets Groups Projects
Commit 158d7753 authored by melkosoft's avatar melkosoft
Browse files

changed cilium to 1.0.0-rc7. Set CI to use coreos for cilium test

parent 8b6a6a5a
No related branches found
No related tags found
No related merge requests found
...@@ -257,7 +257,7 @@ before_script: ...@@ -257,7 +257,7 @@ before_script:
# stage: deploy-special # stage: deploy-special
MOVED_TO_GROUP_VARS: "true" MOVED_TO_GROUP_VARS: "true"
.ubuntu_cilium_sep_variables: &ubuntu_cilium_sep_variables .coreos_cilium_variables: &coreos_cilium_variables
# stage: deploy-special # stage: deploy-special
MOVED_TO_GROUP_VARS: "true" MOVED_TO_GROUP_VARS: "true"
...@@ -459,13 +459,13 @@ gce_ubuntu-contiv-sep: ...@@ -459,13 +459,13 @@ gce_ubuntu-contiv-sep:
except: ['triggers'] except: ['triggers']
only: ['master', /^pr-.*$/] only: ['master', /^pr-.*$/]
gce_ubuntu-cilium-sep: gce_coreos-cilium:
stage: deploy-special stage: deploy-special
<<: *job <<: *job
<<: *gce <<: *gce
variables: variables:
<<: *gce_variables <<: *gce_variables
<<: *ubuntu_cilium_sep_variables <<: *coreos_cilium_variables
when: manual when: manual
except: ['triggers'] except: ['triggers']
only: ['master', /^pr-.*$/] only: ['master', /^pr-.*$/]
......
...@@ -41,7 +41,7 @@ vault_version: 0.8.1 ...@@ -41,7 +41,7 @@ vault_version: 0.8.1
weave_version: 2.2.0 weave_version: 2.2.0
pod_infra_version: 3.0 pod_infra_version: 3.0
contiv_version: 1.1.7 contiv_version: 1.1.7
cilium_version: "v1.0.0-rc4" cilium_version: "v1.0.0-rc7"
# Download URLs # Download URLs
istioctl_download_url: "https://storage.googleapis.com/istio-release/releases/{{ istio_version }}/istioctl/istioctl-linux" istioctl_download_url: "https://storage.googleapis.com/istio-release/releases/{{ istio_version }}/istioctl/istioctl-linux"
......
...@@ -79,6 +79,13 @@ spec: ...@@ -79,6 +79,13 @@ spec:
optional: true optional: true
key: prometheus-serve-addr key: prometheus-serve-addr
{% endif %} {% endif %}
resources:
limits:
cpu: {{ cilium_cpu_limit }}
memory: {{ cilium_memory_limit }}
requests:
cpu: {{ cilium_cpu_requests }}
memory: {{ cilium_memory_requests }}
livenessProbe: livenessProbe:
exec: exec:
command: command:
......
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