Added basic setup for master and certification material
This commit is contained in:
16
files/LFS258/SOLUTIONS/s_11/ingress.rule.yaml
Normal file
16
files/LFS258/SOLUTIONS/s_11/ingress.rule.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: ingress-test
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: traefik
|
||||
spec:
|
||||
rules:
|
||||
- host: www.example.com
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
serviceName: secondapp
|
||||
servicePort: 80
|
||||
path: /
|
||||
|
||||
Reference in New Issue
Block a user