Fix image/version syntax
This commit is contained in:
parent
4b9f40740e
commit
1122775f03
1 changed files with 3 additions and 1 deletions
|
@ -59,7 +59,9 @@ spec:
|
|||
initialDelaySeconds: 15
|
||||
nginx:
|
||||
image:
|
||||
repository: docker.io/library/nginx:1.25.3-alpine
|
||||
repository: docker.io/library/nginx
|
||||
tag: 1.25.3-alpine
|
||||
pullPolicy: Always
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
Reference in a new issue