2022-11-01 11:07:06 +01:00

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",
}