diff --git a/clickhouse/app/ch-ui.yaml b/clickhouse/app/ch-ui.yaml index 98df457..7822938 100644 --- a/clickhouse/app/ch-ui.yaml +++ b/clickhouse/app/ch-ui.yaml @@ -82,16 +82,16 @@ metadata: annotations: cert-manager.io/cluster-issuer: admin cert-manager.io/private-key-algorithm: ECDSA - forecastle.stakater.com/appName: CH-UI + forecastle.stakater.com/appName: CH-UI-PG forecastle.stakater.com/expose: "true" forecastle.stakater.com/group: Reports - forecastle.stakater.com/icon: https://ch-ui.demo.aws.myseamlesstravel.com/assets/logo-tt2yazAz.png + forecastle.stakater.com/icon: https://ch-ui-pg.demo.aws.myseamlesstravel.com/assets/logo-tt2yazAz.png forecastle.stakater.com/instance: admin ingress.kubernetes.io/force-ssl-redirect: "true" spec: ingressClassName: admin rules: - - host: ch-ui.demo.aws.myseamlesstravel.com + - host: ch-ui-pg.demo.aws.myseamlesstravel.com http: paths: - backend: @@ -103,5 +103,5 @@ spec: pathType: Prefix tls: - hosts: - - ch-ui.demo.aws.myseamlesstravel.com + - ch-ui-pg.demo.aws.myseamlesstravel.com secretName: ch-ui-crt