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.
1 parent 730481f commit 2ae4c37Copy full SHA for 2ae4c37
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