Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 765 Bytes

readme.md

File metadata and controls

28 lines (24 loc) · 765 Bytes

Build Status

Gateway

Helm deploy production

helm secrets upgrade gateway helm/gateway/ \
    -f helm/gateway/values.yaml \
    -f helm/gateway/values/production/values.yaml \
    -f helm/gateway/values/production/secrets.yaml

Helm deploy rc

helm secrets upgrade rc-gateway helm/gateway/ \
    -f helm/gateway/values.yaml \
    -f helm/gateway/values/rc/values.yaml \
    -f helm/gateway/values/rc/secrets.yaml

Update SSL

certbot certonly --manual -d '*.evarun.ru'  --logs-dir certbot --config-dir certbot --work-dir certbot

Create secret for Ingress

kubectl create secret tls tls-secret --key=privkey.pem --cert=fullchain.pem