17 lines
357 B
Plaintext
17 lines
357 B
Plaintext
|
stack: container-registry
|
||
|
deploy-to: k8s
|
||
|
kube-config: /home/{{ ansible_user }}/.kube/config-default.yaml
|
||
|
network:
|
||
|
ports:
|
||
|
registry:
|
||
|
- '5000'
|
||
|
http-proxy:
|
||
|
- host-name: container-registry.pwa.{{full_domain}}
|
||
|
routes:
|
||
|
- path: '/'
|
||
|
proxy-to: registry:5000
|
||
|
volumes:
|
||
|
registry-data:
|
||
|
configmaps:
|
||
|
config: ./configmaps/config
|