mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
1f1e131d25
* fix: also update kustomization patches * fix: last reference to old ingress api
16 lines
295 B
YAML
16 lines
295 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
|
|
vars:
|
|
- name: DOMAIN
|
|
objref:
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
name: deps-rs
|
|
fieldref:
|
|
fieldpath: spec.rules[0].host
|