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 89d6b89 commit 1e4095fCopy full SHA for 1e4095f
deploy/k8s/app/base_api-deploy.yml
@@ -18,7 +18,6 @@ metadata:
18
applicationId: ${project}/${app_name}
19
applicationName: ${project}-${app_name}
20
customerID: ${company}
21
- kubernetes.io/ingress.class: nginx
22
nginx.ingress.kubernetes.io/force-ssl-redirect: "false"
23
nginx.ingress.kubernetes.io/rewrite-target: /$$2
24
nginx.ingress.kubernetes.io/ssl-redirect: "true"
@@ -34,9 +33,10 @@ metadata:
34
33
name: ${resource_def_name}
35
namespace: ${namespace}
36
spec:
+ ingressClassName: nginx
37
rules:
38
- host: ${dns_pointer}
39
- - http:
+ http:
40
paths:
41
- path: ${k8s_app_path}(/|$)(.*)
42
pathType: Prefix
0 commit comments