Replace external-traffic annotation

This commit is contained in:
Manuel de Brito Fontes 2018-01-18 12:29:12 -03:00
parent ac2c92e5ff
commit c6b0ee98d6

View file

@ -3,11 +3,10 @@ apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: nginx-ingress-lb name: nginx-ingress-lb
annotations:
service.beta.kubernetes.io/external-traffic: OnlyLocal
labels: labels:
app: nginx-ingress-lb app: nginx-ingress-lb
spec: spec:
externalTrafficPolicy: Local
type: LoadBalancer type: LoadBalancer
loadBalancerIP: 104.154.109.191 loadBalancerIP: 104.154.109.191
ports: ports: