当前位置:   article > 正文

k8s 中 ingress相关配置_ingress 配置上传大小

ingress 配置上传大小
  • 设置包体大小 - 文件上传大小
  • 设置https
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  annotations:
    field.cattle.io/publicEndpoints: '[{"addresses":[""],"port":80,"protocol":"HTTP","serviceName":"xxx-system:xxx-gateway-backend","ingressName":"xxx-system:xxx-gateway","hostname":"gateway.xxx.xxx.com","path":"/","allNodes":false}]'
    nginx.ingress.kubernetes.io/proxy-body-size: 120M
  creationTimestamp: "2021-03-22T11:05:46Z"
  generation: 2
  labels:
    choerodon.io/release: xxx-gateway
  name: xxx-gateway
  namespace: xxx-system
  resourceVersion: "82465100"
spec:
  rules:
  - host: gateway.xxx.xxx.com
    http:
      paths:
      - backend:
          serviceName: xxx-gateway-backend
          servicePort: 8091
        path: /
  tls:
  - hosts:
    - xxx.xxx.com
    - '*.xxx.xxx.com'
    secretName: ingress-tls-xxx
status:
  loadBalancer:
    ingress:
    - hostname: localhost
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/人工智能uu/article/detail/968743
推荐阅读
相关标签
  

闽ICP备14008679号