mirror of
https://github.com/weaveworks/scope.git
synced 2026-08-18 03:46:45 +00:00
Merge pull request #3583 from weaveworks/addr-add-dot
Add a dot to make DNS names absolute
This commit is contained in:
@@ -27,7 +27,7 @@ spec:
|
||||
- '--probe.kubernetes=true'
|
||||
- '--probe.cri=true'
|
||||
- '--probe.cri.endpoint=unix:///var/run/crio/crio.sock'
|
||||
- 'weave-scope-app.weave.svc.cluster.local:80'
|
||||
- 'weave-scope-app.weave.svc.cluster.local.:80'
|
||||
env:
|
||||
- name: KUBERNETES_NODENAME
|
||||
valueFrom:
|
||||
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
- '--probe.kubernetes.role=host'
|
||||
- '--probe.docker.bridge=docker0'
|
||||
- '--probe.docker=true'
|
||||
- 'weave-scope-app.weave.svc.cluster.local:80'
|
||||
- 'weave-scope-app.weave.svc.cluster.local.:80'
|
||||
image: weaveworks/scope:1.10.2
|
||||
imagePullPolicy: IfNotPresent
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user