Skip to content
Snippets Groups Projects
Commit 9f17c254 authored by OKE Ulrich Enangnon's avatar OKE Ulrich Enangnon
Browse files

UPDATE - image update and allow stub_status repote ip

parent 4319a914
No related branches found
No related tags found
No related merge requests found
Pipeline #16871 passed
......@@ -65,7 +65,7 @@ docker_registry_token:
# app_version: v1.0.1
meteo_image_version: "{{ lookup('env','METEO_IMAGE_VERSION') }}"
meteo_app_image: "{{ lookup('env','METEO_IMAGE') }}"
meteo_subnet_stubstatus: "{{ lookup('env','CLUSTER_ALLOW_SUBNET')}}"
# meteo app volumes
#--------------------------------
......
......@@ -34,6 +34,9 @@
volumeMounts:
- mountPath: /var/log/nginx/
name: meteo-volume
env:
- name: SUBNET_STUB_STATUS
value: "{{ meteo_subnet_stubstatus }}"
volumes:
- name: meteo-volume
persistentVolumeClaim:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment