dem lempa sei tutorial
This commit is contained in:
20
traefik_lempa/nginx-ingress.yaml
Normal file
20
traefik_lempa/nginx-ingress.yaml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: ingress
|
||||||
|
metadata:
|
||||||
|
name: nginx-ingress
|
||||||
|
namespace: nginx
|
||||||
|
annotations:
|
||||||
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
spec:
|
||||||
|
rules:
|
||||||
|
- host: nginx.internal.schnrbs.work
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: nginx
|
||||||
|
port:
|
||||||
|
number: 80
|
||||||
|
|
||||||
5
traefik_lempa/traefik-values.yaml
Normal file
5
traefik_lempa/traefik-values.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
ports:
|
||||||
|
web:
|
||||||
|
redirectTo:
|
||||||
|
port: websecure
|
||||||
|
|
||||||
Reference in New Issue
Block a user