Select Git revision
front-deployment.yaml
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