runtime-parameters.yaml 292 B

123456789101112131415161718
  1. service:
  2. type: LoadBalancer
  3. ports:
  4. http: 80
  5. https: 444
  6. containerPorts:
  7. http: 8081
  8. https: 8444
  9. hostAliases:
  10. - ip: 127.0.0.1
  11. hostnames:
  12. - status.localhost
  13. podSecurityContext:
  14. enabled: true
  15. fsGroup: 1002
  16. containerSecurityContext:
  17. enabled: true
  18. runAsUser: 1002