8 lines
167 B
Jsonnet
8 lines
167 B
Jsonnet
{
|
|
containerPort: 5000,
|
|
image: "quay.io/acend/example-web-go",
|
|
name: "argo-jsonnet-example-<username>",
|
|
replicas: 1,
|
|
servicePort: 5000,
|
|
type: "ClusterIP",
|
|
} |