Add selector on the squid deployment manifest (#7646)

This commit is contained in:
Nicolas Haller 2020-06-30 17:08:56 -04:00 committed by GitHub
parent f4329fa31f
commit 471cdfef12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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:

View File

@ -59,6 +59,9 @@ aliases:
namespace: external
spec:
replicas: 1
selector:
matchLabels:
app: squid
template:
metadata:
labels: