fix: console /console/ path prefix strip + TLS cert-manager letsencrypt
This commit is contained in:
@@ -46,7 +46,7 @@ spec:
|
||||
serviceAccountName: fission-console
|
||||
containers:
|
||||
- name: console
|
||||
image: naeel/fission-console:v0.2.2
|
||||
image: naeel/fission-console:v0.2.3
|
||||
ports:
|
||||
- containerPort: 8090
|
||||
env:
|
||||
@@ -105,6 +105,7 @@ metadata:
|
||||
namespace: fission
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user