13 lines
148 B
YAML
13 lines
148 B
YAML
replicaCount: 2
|
|
|
|
image:
|
|
repository: nginx
|
|
tag: "1.25"
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|
|
message: "v1 from git"
|