mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-24 07:09:10 +01:00
17 lines
321 B
YAML
17 lines
321 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: nginx
|
|
namespace: wp-clcreative
|
|
spec:
|
|
rules:
|
|
- host: portainer.your-domain.com
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: portainer
|
|
port:
|
|
number: 9000 |