estradiol.cloud/public/posts/hugo-on-k8s-nginx/ingress.yaml

20 lines
371 B
YAML
Raw Normal View History

2024-03-12 23:53:26 +00:00
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
labels:
app.kubernetes.io/instance: estradiol-cloud
app.kubernetes.io/name: nginx
name: nginx
spec:
rules:
- host: estradiol.cloud
http:
paths:
- backend:
service:
name: nginx
port:
name: http
path: /
pathType: Prefix