Skip to content

Commit

Permalink
Merge pull request #32 from The-smooth-operator/ingress-controller
Browse files Browse the repository at this point in the history
Use new ingress controller, one per namespace
  • Loading branch information
fiji-flo authored May 27, 2019
2 parents aeb683e + c7dab0e commit eaac3b0
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 eaac3b0

Please sign in to comment.