15 lines
338 B
YAML
15 lines
338 B
YAML
init:
|
|
method: wget
|
|
wget:
|
|
url: https://git.incngrnt.ca/grant/incngrnt/releases/download/v0.0.7/v0.0.7.tar
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
"traefik.ingress.kubernetes.io/router.tls.certresolver": "letsencrypt"
|
|
hosts:
|
|
- host: incngrnt.ca
|
|
paths:
|
|
- path: /
|
|
pathType: ImplementationSpecific
|