We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13b4b3 commit 3c461c4Copy full SHA for 3c461c4
workshop/apm/deployment.yaml
@@ -1047,3 +1047,21 @@ spec:
1047
limits:
1048
cpu: 200m
1049
memory: 250Mi
1050
+---
1051
+apiVersion: networking.k8s.io/v1
1052
+kind: Ingress
1053
+metadata:
1054
+ name: frontend
1055
+ annotations:
1056
+spec:
1057
+ ingressClassName: traefik
1058
+ rules:
1059
+ - http:
1060
+ paths:
1061
+ - path: /
1062
+ pathType: Prefix
1063
+ backend:
1064
+ service:
1065
1066
+ port:
1067
+ number: 80
0 commit comments