mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
fc89990771
* Adds kubernetes manfiests, and deploy push * Add production overlay * Add a volume for crates.io-index
16 lines
293 B
YAML
16 lines
293 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
|
|
vars:
|
|
- name: DOMAIN
|
|
objref:
|
|
apiVersion: extensions/v1beta1
|
|
kind: Ingress
|
|
name: deps-rs
|
|
fieldref:
|
|
fieldpath: spec.rules[0].host
|