Orici
0
Q:

pgadmin kubernetes subpath

service:
  port: 443

ingress:
  enabled: true
  annotations:
    kubernetes.io/ingress.class: nginx
    nginx.ingress.kubernetes.io/configuration-snippet: |
      proxy_set_header X-Script-Name /pgadmin-stage;
  hosts:
    - host: my.company.net
      paths: 
        - /pgadmin-stage
  tls:
    - secretName: ingress-tls
      hosts:
        - my.company.net
0

New to Communities?

Join the community