Commit cd21126b authored by Geoff Simmons's avatar Geoff Simmons

Don't publish not ready addresses of the viking service.

No longer needed since we've set the Pods to ready regardless of
whether an Ingress has been configured.
parent affd7a8f
...@@ -42,4 +42,3 @@ spec: ...@@ -42,4 +42,3 @@ spec:
{{ toYaml .Values.vikingService.podLabels | nindent 4 }} {{ toYaml .Values.vikingService.podLabels | nindent 4 }}
{{- end }} {{- end }}
type: ClusterIP type: ClusterIP
publishNotReadyAddresses: true
...@@ -4,8 +4,6 @@ metadata: ...@@ -4,8 +4,6 @@ metadata:
name: varnish-ingress name: varnish-ingress
labels: labels:
app: varnish-ingress app: varnish-ingress
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec: spec:
type: NodePort type: NodePort
ports: ports:
...@@ -19,4 +17,3 @@ spec: ...@@ -19,4 +17,3 @@ spec:
name: tls name: tls
selector: selector:
app: varnish-ingress app: varnish-ingress
publishNotReadyAddresses: true
...@@ -5,8 +5,6 @@ metadata: ...@@ -5,8 +5,6 @@ metadata:
namespace: cafe namespace: cafe
labels: labels:
app: varnish-ingress app: varnish-ingress
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec: spec:
type: NodePort type: NodePort
ports: ports:
...@@ -20,4 +18,3 @@ spec: ...@@ -20,4 +18,3 @@ spec:
name: tls name: tls
selector: selector:
app: varnish-ingress app: varnish-ingress
publishNotReadyAddresses: true
...@@ -5,8 +5,6 @@ metadata: ...@@ -5,8 +5,6 @@ metadata:
namespace: kube-system namespace: kube-system
labels: labels:
app: varnish-ingress app: varnish-ingress
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec: spec:
type: NodePort type: NodePort
ports: ports:
...@@ -20,4 +18,3 @@ spec: ...@@ -20,4 +18,3 @@ spec:
name: tls name: tls
selector: selector:
app: varnish-ingress app: varnish-ingress
publishNotReadyAddresses: true
...@@ -5,8 +5,6 @@ metadata: ...@@ -5,8 +5,6 @@ metadata:
namespace: kube-system namespace: kube-system
labels: labels:
app: varnish-ingress app: varnish-ingress
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec: spec:
type: NodePort type: NodePort
ports: ports:
...@@ -20,4 +18,3 @@ spec: ...@@ -20,4 +18,3 @@ spec:
name: tls name: tls
selector: selector:
app: varnish-ingress app: varnish-ingress
publishNotReadyAddresses: true
...@@ -5,8 +5,6 @@ metadata: ...@@ -5,8 +5,6 @@ metadata:
namespace: cafe namespace: cafe
labels: labels:
app: varnish-ingress app: varnish-ingress
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec: spec:
type: NodePort type: NodePort
ports: ports:
...@@ -21,4 +19,3 @@ spec: ...@@ -21,4 +19,3 @@ spec:
selector: selector:
app: varnish-ingress app: varnish-ingress
ingress: coffee ingress: coffee
publishNotReadyAddresses: true
...@@ -5,8 +5,6 @@ metadata: ...@@ -5,8 +5,6 @@ metadata:
namespace: cafe namespace: cafe
labels: labels:
app: varnish-ingress app: varnish-ingress
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec: spec:
type: NodePort type: NodePort
ports: ports:
...@@ -21,4 +19,3 @@ spec: ...@@ -21,4 +19,3 @@ spec:
selector: selector:
app: varnish-ingress app: varnish-ingress
ingress: tea ingress: tea
publishNotReadyAddresses: true
...@@ -5,8 +5,6 @@ metadata: ...@@ -5,8 +5,6 @@ metadata:
namespace: cafe namespace: cafe
labels: labels:
app: varnish-ingress app: varnish-ingress
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec: spec:
type: NodePort type: NodePort
ports: ports:
...@@ -21,4 +19,3 @@ spec: ...@@ -21,4 +19,3 @@ spec:
selector: selector:
app: varnish-ingress app: varnish-ingress
ingress: coffee ingress: coffee
publishNotReadyAddresses: true
...@@ -5,8 +5,6 @@ metadata: ...@@ -5,8 +5,6 @@ metadata:
namespace: cafe namespace: cafe
labels: labels:
app: varnish-ingress app: varnish-ingress
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec: spec:
type: NodePort type: NodePort
ports: ports:
...@@ -21,4 +19,3 @@ spec: ...@@ -21,4 +19,3 @@ spec:
selector: selector:
app: varnish-ingress app: varnish-ingress
ingress: tea ingress: tea
publishNotReadyAddresses: true
...@@ -5,8 +5,6 @@ metadata: ...@@ -5,8 +5,6 @@ metadata:
namespace: varnish-ingress namespace: varnish-ingress
labels: labels:
app: varnish-ingress app: varnish-ingress
annotations:
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
spec: spec:
type: NodePort type: NodePort
ports: ports:
...@@ -16,4 +14,3 @@ spec: ...@@ -16,4 +14,3 @@ spec:
name: http name: http
selector: selector:
app: varnish-ingress app: varnish-ingress
publishNotReadyAddresses: true
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