mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 10:26:30 +00:00
fix/deploy (#178)
* fix: also update kustomization patches * fix: last reference to old ingress api
This commit is contained in:
parent
4d884dcf35
commit
1f1e131d25
2 changed files with 6 additions and 3 deletions
|
@ -11,9 +11,12 @@ spec:
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
serviceName: deps-rs
|
service:
|
||||||
servicePort: http
|
name: deps-rs
|
||||||
|
port:
|
||||||
|
name: http
|
||||||
path: /
|
path: /
|
||||||
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- secretName: deps-rs-tls
|
- secretName: deps-rs-tls
|
||||||
hosts:
|
hosts:
|
||||||
|
|
|
@ -9,7 +9,7 @@ resources:
|
||||||
vars:
|
vars:
|
||||||
- name: DOMAIN
|
- name: DOMAIN
|
||||||
objref:
|
objref:
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: networking.k8s.io/v1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
name: deps-rs
|
name: deps-rs
|
||||||
fieldref:
|
fieldref:
|
||||||
|
|
Loading…
Reference in a new issue