mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 18:06: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:
|
||||
paths:
|
||||
- backend:
|
||||
serviceName: deps-rs
|
||||
servicePort: http
|
||||
service:
|
||||
name: deps-rs
|
||||
port:
|
||||
name: http
|
||||
path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: deps-rs-tls
|
||||
hosts:
|
||||
|
|
|
@ -9,7 +9,7 @@ resources:
|
|||
vars:
|
||||
- name: DOMAIN
|
||||
objref:
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
name: deps-rs
|
||||
fieldref:
|
||||
|
|
Loading…
Reference in a new issue