mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-16 13:39:02 +00:00
19 lines
No EOL
397 B
YAML
19 lines
No EOL
397 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: ingress
|
|
annotations:
|
|
bunkerweb.io/AUTO_LETS_ENCRYPT: "yes"
|
|
bunkerweb.io/www.example.com_MAX_CLIENT_SIZE: "50m"
|
|
spec:
|
|
rules:
|
|
- host: www.example.com
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: wordpress
|
|
port:
|
|
number: 80 |