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