Commit 84f26f40 authored by Simon Cornet's avatar Simon Cornet
Browse files

[deployment] fix: ingress class

parent b0c2bf6c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,9 +5,10 @@ kind: 'Ingress'
metadata:
  name: 'simoncor-net-ing'
  namespace: 'simoncor-net'
  annotations:
    traefik.ingress.kubernetes.io/ssl-redirect: 'true'

spec:
  ingressClassName: 'nginx'
  rules:
    - host: 'simoncor.net'
      http: