fix/deploy (#178)

* fix: also update kustomization patches

* fix: last reference to old ingress api
This commit is contained in:
Arnaud Rebts 2022-10-30 09:12:49 +01:00 committed by GitHub
parent 4d884dcf35
commit 1f1e131d25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -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:

View file

@ -9,7 +9,7 @@ resources:
vars:
- name: DOMAIN
objref:
apiVersion: extensions/v1beta1
apiVersion: networking.k8s.io/v1
kind: Ingress
name: deps-rs
fieldref: