bunkerized-nginx/examples/ghost/kubernetes.yml
2022-10-19 17:37:13 +02:00

19 lines
372 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress
annotations:
bunkerweb.io/AUTO_LETS_ENCRYPT: "yes"
spec:
rules:
- host: www.example.com
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: ghost
port:
number: 80