Compare commits
30
Commits
f232127774
...
stage
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2cbd2bbf6 | ||
|
|
5cad1d1841 | ||
|
|
b65574f615 | ||
|
|
6f54f10427 | ||
|
|
bb075a7a79 | ||
|
|
ec2a2ba276 | ||
|
|
2103348a7f | ||
|
|
f2ff9c1f0d | ||
|
|
4caf9c21da | ||
|
|
ef1b0d5e05 | ||
|
|
2f16a1e489 | ||
|
|
72a97b7a65 | ||
|
|
009e79c265 | ||
|
|
af9b4f6bad | ||
|
|
95d1503f9e | ||
|
|
ae86b2abd1 | ||
|
|
583325da80 | ||
|
|
fba9f7bf19 | ||
|
|
cdd8d1b33f | ||
|
|
5599485f0e | ||
|
|
36b596d531 | ||
|
|
748a15cfed | ||
|
|
669e92cdcc | ||
|
|
495aeab164 | ||
|
|
39247f769b | ||
|
|
d4a1839251 | ||
|
|
23a86e0323 | ||
|
|
a9439b29cd | ||
|
|
9288ec34ec | ||
|
|
5427673cec |
@@ -0,0 +1,8 @@
|
||||
helm:
|
||||
parameters:
|
||||
- name: image.name
|
||||
value: amukanov/boringplace
|
||||
forcestring: true
|
||||
- name: image.tag
|
||||
value: 9666bd07ad57b22450b4818769f40273219c398e
|
||||
forcestring: true
|
||||
@@ -0,0 +1,8 @@
|
||||
helm:
|
||||
parameters:
|
||||
- name: image.name
|
||||
value: amukanov/boringplace
|
||||
forcestring: true
|
||||
- name: image.tag
|
||||
value: 79835740c9a19e9570aa9d476d853ec05cf6246b
|
||||
forcestring: true
|
||||
@@ -41,8 +41,6 @@ spec:
|
||||
name: peoples-redis
|
||||
- name: "REDIS_HOST"
|
||||
value: {{ .Values.env.REDIS_HOST }}
|
||||
- name: "REDIS_PORT"
|
||||
value: {{ .Values.env.REDIS_PORT }}
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: {{ .Values.service.port }}
|
||||
|
||||
+2
-4
@@ -9,7 +9,7 @@ image:
|
||||
repository: amukanov/boringplace
|
||||
pullPolicy: Always
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: latest
|
||||
tag: 79835740c9a19e9570aa9d476d853ec05cf6246b
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
@@ -82,7 +82,5 @@ nodeSelector: {}
|
||||
tolerations: []
|
||||
|
||||
affinity: {}
|
||||
|
||||
env:
|
||||
REDIS_HOST: peoples-redis-master
|
||||
REDIS_PORT: 6379
|
||||
REDIS_HOST: peoples-stage-redis-master:6379
|
||||
Reference in New Issue
Block a user