Commit 2d68bdc6 authored by root's avatar root

fix_k8s_deploy

parent 7bbbb899
Pipeline #1396 failed with stages
in 1 minute and 38 seconds
...@@ -40,9 +40,18 @@ spec: ...@@ -40,9 +40,18 @@ spec:
spec: spec:
containers: containers:
- name: _PROJECT_ - name: _PROJECT_
image: _REPO_:_VERSION_ image: git.poka.website:4567/destream-public/guru:latest
ports: ports:
- name: _PROJECT_ - name: _PROJECT_
containerPort: 80 containerPort: 80
volumeMounts:
- name: guruconfig
mountPath: /app/appsettings.json
subPath: appsettings.json
nodeName: node3
volumes:
- name: guruconfig
configMap:
name: guruconfig
imagePullSecrets: imagePullSecrets:
- name: registrypullsecret - name: registrypullsecret
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