Use Docker Hub repo

This commit is contained in:
stefanprodan
2019-08-09 17:21:19 +03:00
parent 4154e01fdd
commit 633982b0e5
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ faults:
error: false
image:
repository: quay.io/stefanprodan/podinfo
repository: stefanprodan/podinfo
tag: 2.1.0
pullPolicy: IfNotPresent
+1 -1
View File
@@ -24,7 +24,7 @@ spec:
spec:
containers:
- name: podinfod
image: quay.io/stefanprodan/podinfo:2.1.0
image: stefanprodan/podinfo:2.1.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9898
-1
View File
@@ -2,4 +2,3 @@ resources:
- hpa.yaml
- deployment.yaml
- service.yaml