Fix watch pods/services/rc/ingresses
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
cac9927395
commit
53a2787626
5 changed files with 231 additions and 87 deletions
|
@ -72,7 +72,7 @@ spec:
|
|||
apiVersion: extensions/v1beta1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: whoamiIngress
|
||||
name: whoami-ingress
|
||||
spec:
|
||||
rules:
|
||||
- host: foo.localhost
|
||||
|
|
|
@ -24,6 +24,8 @@ spec:
|
|||
hostPort: 80
|
||||
- containerPort: 443
|
||||
hostPort: 443
|
||||
- containerPort: 8080
|
||||
args:
|
||||
- --web
|
||||
- --kubernetes
|
||||
- --logLevel=DEBUG
|
Loading…
Add table
Add a link
Reference in a new issue