Commit 991b9aa3 by 김현기

deployment HEKETI_SERVER_URL add

parent d6b5938c
...@@ -19,6 +19,13 @@ spec: ...@@ -19,6 +19,13 @@ spec:
containers: containers:
- name: home-json-single-json - name: home-json-single-json
image: docker.nemopai.com/kcert2/home-json-single-json-ps:0.1 image: docker.nemopai.com/kcert2/home-json-single-json-ps:0.1
env:
- name: HEKETI_SERVER_URL
value: http://heketi.nemopai.com
- name: HEKETI_SERVER_USER
value: admin
- name: HEKETI_SERVER_SECRET
value: admin
imagePullPolicy: Always imagePullPolicy: Always
resources: {} resources: {}
securityContext: securityContext:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment