Skip to content
Snippets Groups Projects
Commit 5fcc34b4 authored by Ľuboslav Pivarč's avatar Ľuboslav Pivarč
Browse files

added namespace to api

parent 9d0d5e2e
No related branches found
No related tags found
No related merge requests found
Pipeline #22579 passed
...@@ -27,6 +27,9 @@ spec: ...@@ -27,6 +27,9 @@ spec:
- name: cbio-api - name: cbio-api
image: __IMAGE__ image: __IMAGE__
imagePullPolicy: Always imagePullPolicy: Always
env:
- name: NAMESPACE
value: __NAMESPACE__
ports: ports:
- name: http - name: http
containerPort: 8080 containerPort: 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment