We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 730481f + 2ae4c37 commit f6b0e5cCopy full SHA for f6b0e5c
README.md
@@ -30,7 +30,7 @@ spec:
30
spec:
31
containers:
32
- name: kubevirt-apiserver-proxy
33
- image: "quay.io/mschatzm/kubevirt-apiserver-proxy"
+ image: "quay.io/kubevirt-ui/kubevirt-apiserver-proxy"
34
ports:
35
- containerPort: 8080
36
protocol: TCP
@@ -94,4 +94,3 @@ This yaml will create 3 resources.
94
1. Deployment (pod where the proxy will run)
95
2. Service
96
3. Route (in production mode this will not be created - instead kubevirt-plugin will be added to include a proxy so this route is not needed)
97
-
0 commit comments