10 lines
216 B
YAML
10 lines
216 B
YAML
message: "Welcome to svc-2 in prod"
|
|
image:
|
|
repository: nginx
|
|
tag: stable
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
name: svc-2 # 🟡 OPTIONAL: if your chart supports it
|
|
type: ClusterIP
|
|
port: 80
|