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 00dfa68 commit 969452cCopy full SHA for 969452c
csdp/components/app-proxy/ingress.yaml
@@ -0,0 +1,17 @@
1
+apiVersion: networking.k8s.io/v1
2
+kind: Ingress
3
+metadata:
4
+ name: cap-app-proxy
5
+spec:
6
+ ingressClassName: REPLACE_ME
7
+ rules:
8
+ - host: REPLACE_ME
9
+ http:
10
+ paths:
11
+ - backend:
12
+ service:
13
14
+ port:
15
+ number: 3017
16
+ path: /app-proxy
17
+ pathType: Prefix
0 commit comments