Skip to content

Commit

Permalink
fix(apps/prod/harbor/release): try to solve uploading issue with prox…
Browse files Browse the repository at this point in the history
…y service (#1167)

Signed-off-by: wuhuizuo <[email protected]>

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Jun 17, 2024
1 parent c06f132 commit b61c707
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions apps/prod/harbor/release/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,19 @@ spec:
size: 30Gi
trivy:
size: 5Gi
exposureType: ingress
ingress:
core:
annotations:
ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/ssl-redirect: "false"
hostname: ${DOMAIN_NAME}
ingressClassName: nginx
pathType: ImplementationSpecific
exposureType: proxy
service:
type: NodePort
nodePorts:
http: "30180"
https: "31443"
nginx:
tls:
enabled: false
resources:
limits:
cpu: "1"
memory: 1Gi
core:
resources:
limits:
Expand Down

0 comments on commit b61c707

Please sign in to comment.