Skip to content
Snippets Groups Projects
Select Git revision
  • 385edf262f74dfe4b443cadbdd4bafd6f6537c9e
  • master default protected
2 results

front-deployment.yaml

Blame
  • api-ingress.yaml 413 B
    apiVersion: networking.k8s.io/v1
    kind: Ingress
    metadata:
     annotations:
       kubernetes.io/ingress.class: nginx
     name: api
    spec:
      rules:
      - host: api.lherve.takima.school
        http:
          paths:
          - backend:
              service:
                name: api
                port:
                  number: 80
            path: /
            pathType: Prefix
      tls:
      - hosts:
         - api.lherve.takima.school
        secretName: app-wildcard