mirror of https://github.com/istio/istio.io.git
Add selector on the squid deployment manifest (#7646)
This commit is contained in:
parent
f4329fa31f
commit
471cdfef12
|
@ -72,6 +72,9 @@ This example uses [Squid](http://www.squid-cache.org) but you can use any HTTPS
|
|||
namespace: external
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: squid
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
|
@ -59,6 +59,9 @@ aliases:
|
|||
namespace: external
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: squid
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
Loading…
Reference in New Issue