mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 09:39:56 +00:00
20 lines
377 B
YAML
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: {}
|