@@ -9,18 +9,21 @@ container1:
|
||||
repository: nginx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "1.28-bookworm"
|
||||
port: 80
|
||||
|
||||
container2:
|
||||
image:
|
||||
repository: nginx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "1.27-alpine"
|
||||
port: 8080
|
||||
|
||||
container3:
|
||||
image:
|
||||
repository: nginx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "1.26"
|
||||
port: 8081
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user