Files
container.training/k8s/ytt/9-overlay/schema.yaml
Jérôme Petazzoni 12d9f06f8a Add YTT content
2022-06-23 08:37:50 +02:00

20 lines
377 B
YAML

#@data/values-schema
#! Entries starting with an underscore will hold default values.
#! Entires NOT starting with an underscore will generate a Deployment
#! (and a Service if a port number is set).
---
_default_:
repository: dockercoins
tag: v0.1
hasher:
port: 80
redis:
repository: library
tag: latest
rng:
port: 80
webui:
port: 80
type: NodePort
worker: {}