Skip to content

Commit b61c707

Browse files
committed
fix(apps/prod/harbor/release): try to solve uploading issue with proxy service (#1167)
Signed-off-by: wuhuizuo <[email protected]> Signed-off-by: wuhuizuo <[email protected]>
1 parent c06f132 commit b61c707

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

apps/prod/harbor/release/release.yaml

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,19 @@ spec:
5555
size: 30Gi
5656
trivy:
5757
size: 5Gi
58-
exposureType: ingress
59-
ingress:
60-
core:
61-
annotations:
62-
ingress.kubernetes.io/ssl-redirect: "false"
63-
nginx.ingress.kubernetes.io/ssl-redirect: "false"
64-
hostname: ${DOMAIN_NAME}
65-
ingressClassName: nginx
66-
pathType: ImplementationSpecific
58+
exposureType: proxy
59+
service:
60+
type: NodePort
61+
nodePorts:
62+
http: "30180"
63+
https: "31443"
64+
nginx:
65+
tls:
66+
enabled: false
67+
resources:
68+
limits:
69+
cpu: "1"
70+
memory: 1Gi
6771
core:
6872
resources:
6973
limits:

0 commit comments

Comments
 (0)