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 2b0879c commit 48fa1b0Copy full SHA for 48fa1b0
hack/manifests/apache.yaml
@@ -13,6 +13,5 @@ spec:
13
spec:
14
containers:
15
- name: ubuntu-tools
16
- image: tamilmani1989/ubuntu18-tools
+ image: acnpublic.azurecr.io/tamilmani1989/ubuntu18-tools
17
command: ["/bin/sleep", "3650d"]
18
-
hack/manifests/netperf-pod.yaml
@@ -20,7 +20,7 @@ spec:
20
netperf: "true"
21
22
- name: ubuntu
23
24
imagePullPolicy: Always
25
command: ["/bin/sh","-c"]
26
args: ["echo helloworld>hello.txt; php -S 0.0.0.0:9568"]
0 commit comments