v0.0.9 release

- added echo headers handler
This commit is contained in:
Stefan Prodan
2018-02-25 11:05:12 +02:00
parent 89864c2bec
commit 61c7d36fb4
9 changed files with 22 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: podinfod
image: stefanprodan/podinfo:0.0.8
image: stefanprodan/podinfo:0.0.9
imagePullPolicy: Always
command:
- ./podinfo

View File

@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: podinfod
image: stefanprodan/podinfo:0.0.8
image: stefanprodan/podinfo:0.0.9
imagePullPolicy: Always
command:
- ./podinfo

View File

@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: podinfod
image: stefanprodan/podinfo:0.0.8
image: stefanprodan/podinfo:0.0.9
imagePullPolicy: Always
command:
- ./podinfo

View File

@@ -37,7 +37,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: probe
image: stefanprodan/podinfo:0.0.8
image: stefanprodan/podinfo:0.0.9
command:
- ./podinfo
- -port=9898