Skip to content

Commit

Permalink
Use new ingress controller, one per namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto del Barrio committed May 27, 2019
1 parent aeb683e commit c7dab0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: dino-park-ingress
name: dino-park-nginx-ingress
namespace: {{ .Values.namespace }}
annotations:
kubernetes.io/ingress.class: "nginx"
kubernetes.io/ingress.class: "nginx-{{ .Values.namespace }}"
certmanager.k8s.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/enable-cors: "true"
Expand Down

0 comments on commit c7dab0e

Please sign in to comment.