fix typo and version bump

Signed-off-by: Danny Kulchinsky <danny.kul@gmail.com>
This commit is contained in:
Danny Kulchinsky
2019-01-02 10:24:04 -05:00
committed by Danny Kulchinsky
parent ee5679fab5
commit 1de9257854
+5 -5
View File
@@ -5,19 +5,19 @@ metadata:
name: goldpinger
labels:
app: goldpinger
version: "1.0.0"
version: "1.1.0"
spec:
updateStrategy:
type: RollingUpdate
selector:
matchLabels:
app: goldpinger
version: "1.0.0"
version: "1.1.0"
template:
metadata:
labels:
app: goldpinger
version: "1.0.0"
version: "1.1.0"
spec:
# if you'd like to use a secret to inject a kubeconfig, you can do it like this
volumes:
@@ -34,7 +34,7 @@ spec:
# kubeconfig needs to match the location of what's injected in the secret
# if not specified goldpinger will default to using in-cluster config
- name: KUBECONFIG
value: "./kube/config"
value: "/.kube/config"
# refresh interval (seconds) tells goldpinger to call every other instance with that frequency (set to 0 to disable)
- name: REFRESH_INTERVAL
value: "30"
@@ -43,7 +43,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: spec.nodeName
image: "docker.io/mynamespace-replaceme/goldpinger:1.0.0"
image: "docker.io/mynamespace-replaceme/goldpinger:1.1.0"
ports:
- containerPort: 80
name: http